#9642ec

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

Shades of Blue Violet #9642EC

Tints of Blue Violet #9642EC

Color information

#9642EC (or 0x9642EC) is unknown color: approx Blue Violet. HEX triplet: 96, 42 and EC. RGB value is (150,66,236). Sum of RGB (Red+Green+Blue) = 150+66+236=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #9642EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9642EC is #69BD13. Grayscale: #6D6D6D. Windows color (decimal): -6929684 or 15483542. OLE color: 15483542.

HSL color Cylindrical-coordinate representation of color #9642EC: hue angle of 269.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9642EC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15066236-
CMYK0.360.7200.07
HSL269.65º81.73%59.22%-
HSV(B)269.65º72.03%92.55%-
XYZ29.6716.4480.97-
YUV110.5198.83156.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 66 (26.17% from 255) = 14.60%
BLUE value IS 236 (92.58% from 255) = 52.21%
R=33.19%
G=14.60%
B=52.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal150662360.360.7200.07269.6581.7359.22
Hex9642EC24480710e523b
Octal226102354441100741612273
Binary10010110100001011101100100100100100001111000011101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9642ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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