Shades of Dark Violet #9606D8
Tints of Dark Violet #9606D8
RGB
CMYK
RGB Variations
Color information
#9606D8 (or 0x9606D8) is known color: Dark Violet. HEX triplet: 96, 06 and D8. RGB value is (150,6,216). Sum of RGB (Red+Green+Blue) = 150+6+216=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #9606D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9606D8 is #69F927. Grayscale: #484848. Windows color (decimal): -6945064 or 14157462. OLE color: 14157462.
HSL color Cylindrical-coordinate representation of color #9606D8: hue angle of 281.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9606D8 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 6 | 216 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.15 |
| HSL | 281.14º | 0.95% | 0.44% | - |
| HSV(B) | 281.14º | 0.97% | 0.85% | - |
| XYZ | 25.04 | 11.57 | 65.88 | - |
| YUV | 73 | 208.71 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 216 | 0.31 | 0.97 | 0 | 0.15 | 281.14 | 0.95 | 0.44 |
| Hex | 96 | 6 | D8 | 1F | 61 | 0 | F | 119 | 5F | 2C |
| Octal | 226 | 6 | 330 | 37 | 141 | 0 | 17 | 431 | 137 | 54 |
| Binary | 10010110 | 110 | 11011000 | 11111 | 1100001 | 0 | 1111 | 100011001 | 1011111 | 101100 |
Color Harmonies of #9606D8
Complementary color
Monochromatic Colors of #9606D8
Black with #9606D8
Text Example
Text Example
White with #9606D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9606D8; }
p { color: rgb(150,6,216); }
H1.HeaderClassName
{
color: #9606D8;
}
.AnyTagClassName
{
color: #9606D8;
}
</style>
background-color css
<style>
a { background-color: #9606D8; }
a { background-color: rgb(150,6,216); }
div.DivClassName
{
background-color: #9606D8;
}
.BgClassName
{
background-color: #9606D8;
}
</style>
border-color css
<style>
span { border-color: #9606D8; }
span { border-color: rgb(150,6,216); }
td.TdClassName
{
border-color: #9606D8;
}
.TagClassName
{
border-color: #9606D8;
}
</style>