Shades of Blue Violet #9642EC
Tints of Blue Violet #9642EC
RGB
CMYK
RGB Variations
Color information
#9642EC (or 0x9642EC) is known color: 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
| RGB | 150 | 66 | 236 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.07 |
| HSL | 269.65º | 0.82% | 0.59% | - |
| HSV(B) | 269.65º | 0.72% | 0.93% | - |
| XYZ | 29.67 | 16.44 | 80.97 | - |
| YUV | 110.5 | 198.83 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 236 | 0.36 | 0.72 | 0 | 0.07 | 269.65 | 0.82 | 0.59 |
| Hex | 96 | 42 | EC | 24 | 48 | 0 | 7 | 10E | 52 | 3B |
| Octal | 226 | 102 | 354 | 44 | 110 | 0 | 7 | 416 | 122 | 73 |
| Binary | 10010110 | 1000010 | 11101100 | 100100 | 1001000 | 0 | 111 | 100001110 | 1010010 | 111011 |
Color Harmonies of #9642EC
Complementary color
Monochromatic Colors of #9642EC
Black with #9642EC
Text Example
Text Example
White with #9642EC
Text Example
Text Example
HTML Codes & Css Web 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>