Shades of Dark Violet #9604CA
Tints of Dark Violet #9604CA
RGB
CMYK
RGB Variations
Color information
#9604CA (or 0x9604CA) is known color: Dark Violet. HEX triplet: 96, 04 and CA. RGB value is (150,4,202). Sum of RGB (Red+Green+Blue) = 150+4+202=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #9604CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604CA is #69FB35. Grayscale: #454545. Windows color (decimal): -6945590 or 13239446. OLE color: 13239446.
HSL color Cylindrical-coordinate representation of color #9604CA: hue angle of 284.24º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604CA is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 4 | 202 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.21 |
| HSL | 284.24º | 0.96% | 0.4% | - |
| HSV(B) | 284.24º | 0.98% | 0.79% | - |
| XYZ | 23.28 | 10.84 | 56.74 | - |
| YUV | 70.23 | 202.37 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 202 | 0.26 | 0.98 | 0 | 0.21 | 284.24 | 0.96 | 0.4 |
| Hex | 96 | 4 | CA | 1A | 62 | 0 | 15 | 11C | 60 | 28 |
| Octal | 226 | 4 | 312 | 32 | 142 | 0 | 25 | 434 | 140 | 50 |
| Binary | 10010110 | 100 | 11001010 | 11010 | 1100010 | 0 | 10101 | 100011100 | 1100000 | 101000 |
Color Harmonies of #9604CA
Complementary color
Monochromatic Colors of #9604CA
Black with #9604CA
Text Example
Text Example
White with #9604CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9604CA; }
p { color: rgb(150,4,202); }
H1.HeaderClassName
{
color: #9604CA;
}
.AnyTagClassName
{
color: #9604CA;
}
</style>
background-color css
<style>
a { background-color: #9604CA; }
a { background-color: rgb(150,4,202); }
div.DivClassName
{
background-color: #9604CA;
}
.BgClassName
{
background-color: #9604CA;
}
</style>
border-color css
<style>
span { border-color: #9604CA; }
span { border-color: rgb(150,4,202); }
td.TdClassName
{
border-color: #9604CA;
}
.TagClassName
{
border-color: #9604CA;
}
</style>