Shades of Dark Violet #9604CF
Tints of Dark Violet #9604CF
RGB
CMYK
RGB Variations
Color information
#9604CF (or 0x9604CF) is known color: Dark Violet. HEX triplet: 96, 04 and CF. RGB value is (150,4,207). Sum of RGB (Red+Green+Blue) = 150+4+207=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #9604CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9604CF is #69FB30. Grayscale: #464646. Windows color (decimal): -6945585 or 13567126. OLE color: 13567126.
HSL color Cylindrical-coordinate representation of color #9604CF: hue angle of 283.15º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9604CF is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 4 | 207 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.19 |
| HSL | 283.15º | 0.96% | 0.41% | - |
| HSV(B) | 283.15º | 0.98% | 0.81% | - |
| XYZ | 23.88 | 11.08 | 59.91 | - |
| YUV | 70.8 | 204.87 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 207 | 0.28 | 0.98 | 0 | 0.19 | 283.15 | 0.96 | 0.41 |
| Hex | 96 | 4 | CF | 1C | 62 | 0 | 13 | 11B | 60 | 29 |
| Octal | 226 | 4 | 317 | 34 | 142 | 0 | 23 | 433 | 140 | 51 |
| Binary | 10010110 | 100 | 11001111 | 11100 | 1100010 | 0 | 10011 | 100011011 | 1100000 | 101001 |
Color Harmonies of #9604CF
Complementary color
Monochromatic Colors of #9604CF
Black with #9604CF
Text Example
Text Example
White with #9604CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9604CF; }
p { color: rgb(150,4,207); }
H1.HeaderClassName
{
color: #9604CF;
}
.AnyTagClassName
{
color: #9604CF;
}
</style>
background-color css
<style>
a { background-color: #9604CF; }
a { background-color: rgb(150,4,207); }
div.DivClassName
{
background-color: #9604CF;
}
.BgClassName
{
background-color: #9604CF;
}
</style>
border-color css
<style>
span { border-color: #9604CF; }
span { border-color: rgb(150,4,207); }
td.TdClassName
{
border-color: #9604CF;
}
.TagClassName
{
border-color: #9604CF;
}
</style>