Shades of Dark Violet #9604CC
Tints of Dark Violet #9604CC
RGB
CMYK
RGB Variations
Color information
#9604CC (or 0x9604CC) is known color: Dark Violet. HEX triplet: 96, 04 and CC. RGB value is (150,4,204). Sum of RGB (Red+Green+Blue) = 150+4+204=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #9604CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604CC is #69FB33. Grayscale: #454545. Windows color (decimal): -6945588 or 13370518. OLE color: 13370518.
HSL color Cylindrical-coordinate representation of color #9604CC: hue angle of 283.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604CC is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 4 | 204 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.2 |
| HSL | 283.8º | 0.96% | 0.41% | - |
| HSV(B) | 283.8º | 0.98% | 0.8% | - |
| XYZ | 23.52 | 10.93 | 58 | - |
| YUV | 70.45 | 203.37 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 204 | 0.26 | 0.98 | 0 | 0.2 | 283.8 | 0.96 | 0.41 |
| Hex | 96 | 4 | CC | 1A | 62 | 0 | 14 | 11C | 60 | 29 |
| Octal | 226 | 4 | 314 | 32 | 142 | 0 | 24 | 434 | 140 | 51 |
| Binary | 10010110 | 100 | 11001100 | 11010 | 1100010 | 0 | 10100 | 100011100 | 1100000 | 101001 |
Color Harmonies of #9604CC
Complementary color
Monochromatic Colors of #9604CC
Black with #9604CC
Text Example
Text Example
White with #9604CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9604CC; }
p { color: rgb(150,4,204); }
H1.HeaderClassName
{
color: #9604CC;
}
.AnyTagClassName
{
color: #9604CC;
}
</style>
background-color css
<style>
a { background-color: #9604CC; }
a { background-color: rgb(150,4,204); }
div.DivClassName
{
background-color: #9604CC;
}
.BgClassName
{
background-color: #9604CC;
}
</style>
border-color css
<style>
span { border-color: #9604CC; }
span { border-color: rgb(150,4,204); }
td.TdClassName
{
border-color: #9604CC;
}
.TagClassName
{
border-color: #9604CC;
}
</style>