Shades of Blue Violet #9642FE
Tints of Blue Violet #9642FE
RGB
CMYK
RGB Variations
Color information
#9642FE (or 0x9642FE) is known color: Blue Violet. HEX triplet: 96, 42 and FE. RGB value is (150,66,254). Sum of RGB (Red+Green+Blue) = 150+66+254=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #9642FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9642FE is #69BD01. Grayscale: #6F6F6F. Windows color (decimal): -6929666 or 16663190. OLE color: 16663190.
HSL color Cylindrical-coordinate representation of color #9642FE: hue angle of 266.81º 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 #9642FE is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 66 | 254 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.00 |
| HSL | 266.81º | 0.99% | 0.63% | - |
| HSV(B) | 266.81º | 0.74% | 1% | - |
| XYZ | 32.42 | 17.54 | 95.44 | - |
| YUV | 112.55 | 207.83 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 254 | 0.41 | 0.74 | 0 | 0.00 | 266.81 | 0.99 | 0.63 |
| Hex | 96 | 42 | FE | 29 | 4A | 0 | 0 | 10B | 63 | 3F |
| Octal | 226 | 102 | 376 | 51 | 112 | 0 | 0 | 413 | 143 | 77 |
| Binary | 10010110 | 1000010 | 11111110 | 101001 | 1001010 | 0 | 0 | 100001011 | 1100011 | 111111 |
Color Harmonies of #9642FE
Complementary color
Monochromatic Colors of #9642FE
Black with #9642FE
Text Example
Text Example
White with #9642FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9642FE; }
p { color: rgb(150,66,254); }
H1.HeaderClassName
{
color: #9642FE;
}
.AnyTagClassName
{
color: #9642FE;
}
</style>
background-color css
<style>
a { background-color: #9642FE; }
a { background-color: rgb(150,66,254); }
div.DivClassName
{
background-color: #9642FE;
}
.BgClassName
{
background-color: #9642FE;
}
</style>
border-color css
<style>
span { border-color: #9642FE; }
span { border-color: rgb(150,66,254); }
td.TdClassName
{
border-color: #9642FE;
}
.TagClassName
{
border-color: #9642FE;
}
</style>