Shades of Blue Violet #9942EC
Tints of Blue Violet #9942EC
RGB
CMYK
RGB Variations
Color information
#9942EC (or 0x9942EC) is known color: Blue Violet. HEX triplet: 99, 42 and EC. RGB value is (153,66,236). Sum of RGB (Red+Green+Blue) = 153+66+236=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #9942EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9942EC is #66BD13. Grayscale: #6E6E6E. Windows color (decimal): -6733076 or 15483545. OLE color: 15483545.
HSL color Cylindrical-coordinate representation of color #9942EC: hue angle of 270.71º 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 #9942EC is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 66 | 236 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.07 |
| HSL | 270.71º | 0.82% | 0.59% | - |
| HSV(B) | 270.71º | 0.72% | 0.93% | - |
| XYZ | 30.23 | 16.72 | 80.99 | - |
| YUV | 111.39 | 198.32 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 236 | 0.35 | 0.72 | 0 | 0.07 | 270.71 | 0.82 | 0.59 |
| Hex | 99 | 42 | EC | 23 | 48 | 0 | 7 | 10F | 52 | 3B |
| Octal | 231 | 102 | 354 | 43 | 110 | 0 | 7 | 417 | 122 | 73 |
| Binary | 10011001 | 1000010 | 11101100 | 100011 | 1001000 | 0 | 111 | 100001111 | 1010010 | 111011 |
Color Harmonies of #9942EC
Complementary color
Monochromatic Colors of #9942EC
Black with #9942EC
Text Example
Text Example
White with #9942EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9942EC; }
p { color: rgb(153,66,236); }
H1.HeaderClassName
{
color: #9942EC;
}
.AnyTagClassName
{
color: #9942EC;
}
</style>
background-color css
<style>
a { background-color: #9942EC; }
a { background-color: rgb(153,66,236); }
div.DivClassName
{
background-color: #9942EC;
}
.BgClassName
{
background-color: #9942EC;
}
</style>
border-color css
<style>
span { border-color: #9942EC; }
span { border-color: rgb(153,66,236); }
td.TdClassName
{
border-color: #9942EC;
}
.TagClassName
{
border-color: #9942EC;
}
</style>