Shades of Dark Violet #9604DB
Tints of Dark Violet #9604DB
RGB
CMYK
RGB Variations
Color information
#9604DB (or 0x9604DB) is known color: Dark Violet. HEX triplet: 96, 04 and DB. RGB value is (150,4,219). Sum of RGB (Red+Green+Blue) = 150+4+219=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #9604DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604DB is #69FB24. Grayscale: #474747. Windows color (decimal): -6945573 or 14353558. OLE color: 14353558.
HSL color Cylindrical-coordinate representation of color #9604DB: hue angle of 280.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604DB is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 4 | 219 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.14 |
| HSL | 280.74º | 0.96% | 0.44% | - |
| HSV(B) | 280.74º | 0.98% | 0.86% | - |
| XYZ | 25.41 | 11.69 | 67.93 | - |
| YUV | 72.16 | 210.87 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 219 | 0.32 | 0.98 | 0 | 0.14 | 280.74 | 0.96 | 0.44 |
| Hex | 96 | 4 | DB | 20 | 62 | 0 | E | 119 | 60 | 2C |
| Octal | 226 | 4 | 333 | 40 | 142 | 0 | 16 | 431 | 140 | 54 |
| Binary | 10010110 | 100 | 11011011 | 100000 | 1100010 | 0 | 1110 | 100011001 | 1100000 | 101100 |
Color Harmonies of #9604DB
Complementary color
Monochromatic Colors of #9604DB
Black with #9604DB
Text Example
Text Example
White with #9604DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9604DB; }
p { color: rgb(150,4,219); }
H1.HeaderClassName
{
color: #9604DB;
}
.AnyTagClassName
{
color: #9604DB;
}
</style>
background-color css
<style>
a { background-color: #9604DB; }
a { background-color: rgb(150,4,219); }
div.DivClassName
{
background-color: #9604DB;
}
.BgClassName
{
background-color: #9604DB;
}
</style>
border-color css
<style>
span { border-color: #9604DB; }
span { border-color: rgb(150,4,219); }
td.TdClassName
{
border-color: #9604DB;
}
.TagClassName
{
border-color: #9604DB;
}
</style>