Shades of Dark Violet #9604DD
Tints of Dark Violet #9604DD
RGB
CMYK
RGB Variations
Color information
#9604DD (or 0x9604DD) is known color: Dark Violet. HEX triplet: 96, 04 and DD. RGB value is (150,4,221). Sum of RGB (Red+Green+Blue) = 150+4+221=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #9604DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604DD is #69FB22. Grayscale: #474747. Windows color (decimal): -6945571 or 14484630. OLE color: 14484630.
HSL color Cylindrical-coordinate representation of color #9604DD: hue angle of 280.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604DD is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 4 | 221 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.13 |
| HSL | 280.37º | 0.96% | 0.44% | - |
| HSV(B) | 280.37º | 0.98% | 0.87% | - |
| XYZ | 25.67 | 11.79 | 69.33 | - |
| YUV | 72.39 | 211.87 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 221 | 0.32 | 0.98 | 0 | 0.13 | 280.37 | 0.96 | 0.44 |
| Hex | 96 | 4 | DD | 20 | 62 | 0 | D | 118 | 60 | 2C |
| Octal | 226 | 4 | 335 | 40 | 142 | 0 | 15 | 430 | 140 | 54 |
| Binary | 10010110 | 100 | 11011101 | 100000 | 1100010 | 0 | 1101 | 100011000 | 1100000 | 101100 |
Color Harmonies of #9604DD
Complementary color
Monochromatic Colors of #9604DD
Black with #9604DD
Text Example
Text Example
White with #9604DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9604DD; }
p { color: rgb(150,4,221); }
H1.HeaderClassName
{
color: #9604DD;
}
.AnyTagClassName
{
color: #9604DD;
}
</style>
background-color css
<style>
a { background-color: #9604DD; }
a { background-color: rgb(150,4,221); }
div.DivClassName
{
background-color: #9604DD;
}
.BgClassName
{
background-color: #9604DD;
}
</style>
border-color css
<style>
span { border-color: #9604DD; }
span { border-color: rgb(150,4,221); }
td.TdClassName
{
border-color: #9604DD;
}
.TagClassName
{
border-color: #9604DD;
}
</style>