Shades of Blue Violet #9642EA
Tints of Blue Violet #9642EA
RGB
CMYK
RGB Variations
Color information
#9642EA (or 0x9642EA) is known color: Blue Violet. HEX triplet: 96, 42 and EA. RGB value is (150,66,234). Sum of RGB (Red+Green+Blue) = 150+66+234=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #9642EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9642EA is #69BD15. Grayscale: #6D6D6D. Windows color (decimal): -6929686 or 15352470. OLE color: 15352470.
HSL color Cylindrical-coordinate representation of color #9642EA: hue angle of 270º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9642EA is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 66 | 234 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.08 |
| HSL | 270º | 0.8% | 0.59% | - |
| HSV(B) | 270º | 0.72% | 0.92% | - |
| XYZ | 29.38 | 16.32 | 79.44 | - |
| YUV | 110.27 | 197.83 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 234 | 0.36 | 0.72 | 0 | 0.08 | 270 | 0.8 | 0.59 |
| Hex | 96 | 42 | EA | 24 | 48 | 0 | 8 | 10E | 50 | 3B |
| Octal | 226 | 102 | 352 | 44 | 110 | 0 | 10 | 416 | 120 | 73 |
| Binary | 10010110 | 1000010 | 11101010 | 100100 | 1001000 | 0 | 1000 | 100001110 | 1010000 | 111011 |
Color Harmonies of #9642EA
Complementary color
Monochromatic Colors of #9642EA
Black with #9642EA
Text Example
Text Example
White with #9642EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9642EA; }
p { color: rgb(150,66,234); }
H1.HeaderClassName
{
color: #9642EA;
}
.AnyTagClassName
{
color: #9642EA;
}
</style>
background-color css
<style>
a { background-color: #9642EA; }
a { background-color: rgb(150,66,234); }
div.DivClassName
{
background-color: #9642EA;
}
.BgClassName
{
background-color: #9642EA;
}
</style>
border-color css
<style>
span { border-color: #9642EA; }
span { border-color: rgb(150,66,234); }
td.TdClassName
{
border-color: #9642EA;
}
.TagClassName
{
border-color: #9642EA;
}
</style>