Shades of Dark Violet #9600E8
Tints of Dark Violet #9600E8
RGB
CMYK
RGB Variations
Color information
#9600E8 (or 0x9600E8) is known color: Dark Violet. HEX triplet: 96, 00 and E8. RGB value is (150,0,232). Sum of RGB (Red+Green+Blue) = 150+0+232=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 232 (91.02% from 255 or 60.73% from 382); Max value from RGB is 232 - color contains mainly: blue. Hex color #9600E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9600E8 is #69FF17. Grayscale: #464646. Windows color (decimal): -6946584 or 15204502. OLE color: 15204502.
HSL color Cylindrical-coordinate representation of color #9600E8: hue angle of 278.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9600E8 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 0 | 232 | - |
| CMYK | 0.35 | 1 | 0 | 0.09 |
| HSL | 278.79º | 1% | 0.45% | - |
| HSV(B) | 278.79º | 1% | 0.91% | - |
| XYZ | 27.14 | 12.31 | 77.29 | - |
| YUV | 71.3 | 218.7 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 232 | 0.35 | 1 | 0 | 0.09 | 278.79 | 1 | 0.45 |
| Hex | 96 | 0 | E8 | 23 | 64 | 0 | 9 | 117 | 64 | 2D |
| Octal | 226 | 0 | 350 | 43 | 144 | 0 | 11 | 427 | 144 | 55 |
| Binary | 10010110 | 0 | 11101000 | 100011 | 1100100 | 0 | 1001 | 100010111 | 1100100 | 101101 |
Color Harmonies of #9600E8
Complementary color
Monochromatic Colors of #9600E8
Black with #9600E8
Text Example
Text Example
White with #9600E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9600E8; }
p { color: rgb(150,0,232); }
H1.HeaderClassName
{
color: #9600E8;
}
.AnyTagClassName
{
color: #9600E8;
}
</style>
background-color css
<style>
a { background-color: #9600E8; }
a { background-color: rgb(150,0,232); }
div.DivClassName
{
background-color: #9600E8;
}
.BgClassName
{
background-color: #9600E8;
}
</style>
border-color css
<style>
span { border-color: #9600E8; }
span { border-color: rgb(150,0,232); }
td.TdClassName
{
border-color: #9600E8;
}
.TagClassName
{
border-color: #9600E8;
}
</style>