#9642ef

Color #9642EF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9642EF

Tints of Blue Violet #9642EF

Color information

#9642EF (or 0x9642EF) is unknown color: approx Blue Violet. HEX triplet: 96, 42 and EF. RGB value is (150,66,239). Sum of RGB (Red+Green+Blue) = 150+66+239=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #9642EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9642EF is #69BD10. Grayscale: #6E6E6E. Windows color (decimal): -6929681 or 15680150. OLE color: 15680150.

HSL color Cylindrical-coordinate representation of color #9642EF: hue angle of 269.13º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9642EF is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15066239-
CMYK0.370.7200.06
HSL269.13º84.39%59.8%-
HSV(B)269.13º72.38%93.73%-
XYZ30.1116.6183.28-
YUV110.84200.33155.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 66 (26.17% from 255) = 14.51%
BLUE value IS 239 (93.75% from 255) = 52.53%
R=32.97%
G=14.51%
B=52.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150662390.370.7200.06269.1384.3959.8
Hex9642EF25480610d543c
Octal226102357451100641512474
Binary10010110100001011101111100101100100001101000011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9642ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9642ef; }

 p { color: rgb(150,66,239); }

 H1.HeaderClassName
 {
   color: #9642ef;
 }
 .AnyTagClassName
 {
   color: #9642ef;
 }
</style>
background-color css

<style>
 a { background-color: #9642ef; }

 a { background-color: rgb(150,66,239); }

 div.DivClassName
 {
   background-color: #9642ef;
 }
 .BgClassName
 {
   background-color: #9642ef;
 }
</style>
border-color css

<style>
 span { border-color: #9642ef; }

 span { border-color: rgb(150,66,239); }

 td.TdClassName
 {
   border-color: #9642ef;
 }
 .TagClassName
 {
   border-color: #9642ef;
 }
</style>