Shades of Blue Violet #9842EC
Tints of Blue Violet #9842EC
RGB
CMYK
RGB Variations
Color information
#9842EC (or 0x9842EC) is known color: Blue Violet. HEX triplet: 98, 42 and EC. RGB value is (152,66,236). Sum of RGB (Red+Green+Blue) = 152+66+236=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #9842EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9842EC is #67BD13. Grayscale: #6E6E6E. Windows color (decimal): -6798612 or 15483544. OLE color: 15483544.
HSL color Cylindrical-coordinate representation of color #9842EC: hue angle of 270.35º 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 #9842EC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 66 | 236 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.07 |
| HSL | 270.35º | 0.82% | 0.59% | - |
| HSV(B) | 270.35º | 0.72% | 0.93% | - |
| XYZ | 30.04 | 16.63 | 80.98 | - |
| YUV | 111.09 | 198.49 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 236 | 0.36 | 0.72 | 0 | 0.07 | 270.35 | 0.82 | 0.59 |
| Hex | 98 | 42 | EC | 24 | 48 | 0 | 7 | 10E | 52 | 3B |
| Octal | 230 | 102 | 354 | 44 | 110 | 0 | 7 | 416 | 122 | 73 |
| Binary | 10011000 | 1000010 | 11101100 | 100100 | 1001000 | 0 | 111 | 100001110 | 1010010 | 111011 |
Color Harmonies of #9842EC
Complementary color
Monochromatic Colors of #9842EC
Black with #9842EC
Text Example
Text Example
White with #9842EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9842EC; }
p { color: rgb(152,66,236); }
H1.HeaderClassName
{
color: #9842EC;
}
.AnyTagClassName
{
color: #9842EC;
}
</style>
background-color css
<style>
a { background-color: #9842EC; }
a { background-color: rgb(152,66,236); }
div.DivClassName
{
background-color: #9842EC;
}
.BgClassName
{
background-color: #9842EC;
}
</style>
border-color css
<style>
span { border-color: #9842EC; }
span { border-color: rgb(152,66,236); }
td.TdClassName
{
border-color: #9842EC;
}
.TagClassName
{
border-color: #9842EC;
}
</style>