Shades of Dark Violet #9604D8
Tints of Dark Violet #9604D8
RGB
CMYK
RGB Variations
Color information
#9604D8 (or 0x9604D8) is known color: Dark Violet. HEX triplet: 96, 04 and D8. RGB value is (150,4,216). Sum of RGB (Red+Green+Blue) = 150+4+216=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 216 (84.77% from 255 or 58.38% from 370); Max value from RGB is 216 - color contains mainly: blue. Hex color #9604D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604D8 is #69FB27. Grayscale: #474747. Windows color (decimal): -6945576 or 14156950. OLE color: 14156950.
HSL color Cylindrical-coordinate representation of color #9604D8: hue angle of 281.32º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604D8 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 4 | 216 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.15 |
| HSL | 281.32º | 0.96% | 0.43% | - |
| HSV(B) | 281.32º | 0.98% | 0.85% | - |
| XYZ | 25.02 | 11.53 | 65.87 | - |
| YUV | 71.82 | 209.37 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 216 | 0.31 | 0.98 | 0 | 0.15 | 281.32 | 0.96 | 0.43 |
| Hex | 96 | 4 | D8 | 1F | 62 | 0 | F | 119 | 60 | 2B |
| Octal | 226 | 4 | 330 | 37 | 142 | 0 | 17 | 431 | 140 | 53 |
| Binary | 10010110 | 100 | 11011000 | 11111 | 1100010 | 0 | 1111 | 100011001 | 1100000 | 101011 |
Color Harmonies of #9604D8
Complementary color
Monochromatic Colors of #9604D8
Black with #9604D8
Text Example
Text Example
White with #9604D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9604D8; }
p { color: rgb(150,4,216); }
H1.HeaderClassName
{
color: #9604D8;
}
.AnyTagClassName
{
color: #9604D8;
}
</style>
background-color css
<style>
a { background-color: #9604D8; }
a { background-color: rgb(150,4,216); }
div.DivClassName
{
background-color: #9604D8;
}
.BgClassName
{
background-color: #9604D8;
}
</style>
border-color css
<style>
span { border-color: #9604D8; }
span { border-color: rgb(150,4,216); }
td.TdClassName
{
border-color: #9604D8;
}
.TagClassName
{
border-color: #9604D8;
}
</style>