Shades of Dark Violet #9606E1
Tints of Dark Violet #9606E1
RGB
CMYK
RGB Variations
Color information
#9606E1 (or 0x9606E1) is known color: Dark Violet. HEX triplet: 96, 06 and E1. RGB value is (150,6,225). Sum of RGB (Red+Green+Blue) = 150+6+225=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 225 (88.28% from 255 or 59.06% from 381); Max value from RGB is 225 - color contains mainly: blue. Hex color #9606E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9606E1 is #69F91E. Grayscale: #494949. Windows color (decimal): -6945055 or 14747286. OLE color: 14747286.
HSL color Cylindrical-coordinate representation of color #9606E1: hue angle of 279.45º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9606E1 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 6 | 225 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.12 |
| HSL | 279.45º | 0.95% | 0.45% | - |
| HSV(B) | 279.45º | 0.97% | 0.88% | - |
| XYZ | 26.23 | 12.05 | 72.18 | - |
| YUV | 74.02 | 213.21 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 225 | 0.33 | 0.97 | 0 | 0.12 | 279.45 | 0.95 | 0.45 |
| Hex | 96 | 6 | E1 | 21 | 61 | 0 | C | 117 | 5F | 2D |
| Octal | 226 | 6 | 341 | 41 | 141 | 0 | 14 | 427 | 137 | 55 |
| Binary | 10010110 | 110 | 11100001 | 100001 | 1100001 | 0 | 1100 | 100010111 | 1011111 | 101101 |
Color Harmonies of #9606E1
Complementary color
Monochromatic Colors of #9606E1
Black with #9606E1
Text Example
Text Example
White with #9606E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9606E1; }
p { color: rgb(150,6,225); }
H1.HeaderClassName
{
color: #9606E1;
}
.AnyTagClassName
{
color: #9606E1;
}
</style>
background-color css
<style>
a { background-color: #9606E1; }
a { background-color: rgb(150,6,225); }
div.DivClassName
{
background-color: #9606E1;
}
.BgClassName
{
background-color: #9606E1;
}
</style>
border-color css
<style>
span { border-color: #9606E1; }
span { border-color: rgb(150,6,225); }
td.TdClassName
{
border-color: #9606E1;
}
.TagClassName
{
border-color: #9606E1;
}
</style>