Shades of Blue Violet #9942F6
Tints of Blue Violet #9942F6
RGB
CMYK
RGB Variations
Color information
#9942F6 (or 0x9942F6) is known color: Blue Violet. HEX triplet: 99, 42 and F6. RGB value is (153,66,246). Sum of RGB (Red+Green+Blue) = 153+66+246=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #9942F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9942F6 is #66BD09. Grayscale: #6F6F6F. Windows color (decimal): -6733066 or 16138905. OLE color: 16138905.
HSL color Cylindrical-coordinate representation of color #9942F6: hue angle of 269º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9942F6 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 66 | 246 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.04 |
| HSL | 269º | 0.91% | 0.61% | - |
| HSV(B) | 269º | 0.73% | 0.96% | - |
| XYZ | 31.72 | 17.32 | 88.86 | - |
| YUV | 112.53 | 203.32 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 246 | 0.38 | 0.73 | 0 | 0.04 | 269 | 0.91 | 0.61 |
| Hex | 99 | 42 | F6 | 26 | 49 | 0 | 4 | 10D | 5B | 3D |
| Octal | 231 | 102 | 366 | 46 | 111 | 0 | 4 | 415 | 133 | 75 |
| Binary | 10011001 | 1000010 | 11110110 | 100110 | 1001001 | 0 | 100 | 100001101 | 1011011 | 111101 |
Color Harmonies of #9942F6
Complementary color
Monochromatic Colors of #9942F6
Black with #9942F6
Text Example
Text Example
White with #9942F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9942F6; }
p { color: rgb(153,66,246); }
H1.HeaderClassName
{
color: #9942F6;
}
.AnyTagClassName
{
color: #9942F6;
}
</style>
background-color css
<style>
a { background-color: #9942F6; }
a { background-color: rgb(153,66,246); }
div.DivClassName
{
background-color: #9942F6;
}
.BgClassName
{
background-color: #9942F6;
}
</style>
border-color css
<style>
span { border-color: #9942F6; }
span { border-color: rgb(153,66,246); }
td.TdClassName
{
border-color: #9942F6;
}
.TagClassName
{
border-color: #9942F6;
}
</style>