Shades of Blue Violet #9842FE
Tints of Blue Violet #9842FE
RGB
CMYK
RGB Variations
Color information
#9842FE (or 0x9842FE) is known color: Blue Violet. HEX triplet: 98, 42 and FE. RGB value is (152,66,254). Sum of RGB (Red+Green+Blue) = 152+66+254=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #9842FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9842FE is #67BD01. Grayscale: #707070. Windows color (decimal): -6798594 or 16663192. OLE color: 16663192.
HSL color Cylindrical-coordinate representation of color #9842FE: hue angle of 267.45º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9842FE is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 66 | 254 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.00 |
| HSL | 267.45º | 0.99% | 0.63% | - |
| HSV(B) | 267.45º | 0.74% | 1% | - |
| XYZ | 32.79 | 17.73 | 95.46 | - |
| YUV | 113.15 | 207.49 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 254 | 0.40 | 0.74 | 0 | 0.00 | 267.45 | 0.99 | 0.63 |
| Hex | 98 | 42 | FE | 28 | 4A | 0 | 0 | 10B | 63 | 3F |
| Octal | 230 | 102 | 376 | 50 | 112 | 0 | 0 | 413 | 143 | 77 |
| Binary | 10011000 | 1000010 | 11111110 | 101000 | 1001010 | 0 | 0 | 100001011 | 1100011 | 111111 |
Color Harmonies of #9842FE
Complementary color
Monochromatic Colors of #9842FE
Black with #9842FE
Text Example
Text Example
White with #9842FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9842FE; }
p { color: rgb(152,66,254); }
H1.HeaderClassName
{
color: #9842FE;
}
.AnyTagClassName
{
color: #9842FE;
}
</style>
background-color css
<style>
a { background-color: #9842FE; }
a { background-color: rgb(152,66,254); }
div.DivClassName
{
background-color: #9842FE;
}
.BgClassName
{
background-color: #9842FE;
}
</style>
border-color css
<style>
span { border-color: #9842FE; }
span { border-color: rgb(152,66,254); }
td.TdClassName
{
border-color: #9842FE;
}
.TagClassName
{
border-color: #9842FE;
}
</style>