Shades of Dark Violet #9604C9
Tints of Dark Violet #9604C9
RGB
CMYK
RGB Variations
Color information
#9604C9 (or 0x9604C9) is known color: Dark Violet. HEX triplet: 96, 04 and C9. RGB value is (150,4,201). Sum of RGB (Red+Green+Blue) = 150+4+201=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 201 (78.91% from 255 or 56.62% from 355); Max value from RGB is 201 - color contains mainly: blue. Hex color #9604C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604C9 is #69FB36. Grayscale: #454545. Windows color (decimal): -6945591 or 13173910. OLE color: 13173910.
HSL color Cylindrical-coordinate representation of color #9604C9: hue angle of 284.47º 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 #9604C9 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 4 | 201 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.21 |
| HSL | 284.47º | 0.96% | 0.4% | - |
| HSV(B) | 284.47º | 0.98% | 0.79% | - |
| XYZ | 23.16 | 10.79 | 56.12 | - |
| YUV | 70.11 | 201.87 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 201 | 0.25 | 0.98 | 0 | 0.21 | 284.47 | 0.96 | 0.4 |
| Hex | 96 | 4 | C9 | 19 | 62 | 0 | 15 | 11C | 60 | 28 |
| Octal | 226 | 4 | 311 | 31 | 142 | 0 | 25 | 434 | 140 | 50 |
| Binary | 10010110 | 100 | 11001001 | 11001 | 1100010 | 0 | 10101 | 100011100 | 1100000 | 101000 |
Color Harmonies of #9604C9
Complementary color
Monochromatic Colors of #9604C9
Black with #9604C9
Text Example
Text Example
White with #9604C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9604C9; }
p { color: rgb(150,4,201); }
H1.HeaderClassName
{
color: #9604C9;
}
.AnyTagClassName
{
color: #9604C9;
}
</style>
background-color css
<style>
a { background-color: #9604C9; }
a { background-color: rgb(150,4,201); }
div.DivClassName
{
background-color: #9604C9;
}
.BgClassName
{
background-color: #9604C9;
}
</style>
border-color css
<style>
span { border-color: #9604C9; }
span { border-color: rgb(150,4,201); }
td.TdClassName
{
border-color: #9604C9;
}
.TagClassName
{
border-color: #9604C9;
}
</style>