Shades of Dark Violet #9C04CF
Tints of Dark Violet #9C04CF
RGB
CMYK
RGB Variations
Color information
#9C04CF (or 0x9C04CF) is known color: Dark Violet. HEX triplet: 9C, 04 and CF. RGB value is (156,4,207). Sum of RGB (Red+Green+Blue) = 156+4+207=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C04CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C04CF is #63FB30. Grayscale: #474747. Windows color (decimal): -6552369 or 13567132. OLE color: 13567132.
HSL color Cylindrical-coordinate representation of color #9C04CF: hue angle of 284.93º 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 #9C04CF is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 4 | 207 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.19 |
| HSL | 284.93º | 0.96% | 0.41% | - |
| HSV(B) | 284.93º | 0.98% | 0.81% | - |
| XYZ | 25.02 | 11.66 | 59.96 | - |
| YUV | 72.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 207 | 0.25 | 0.98 | 0 | 0.19 | 284.93 | 0.96 | 0.41 |
| Hex | 9C | 4 | CF | 19 | 62 | 0 | 13 | 11D | 60 | 29 |
| Octal | 234 | 4 | 317 | 31 | 142 | 0 | 23 | 435 | 140 | 51 |
| Binary | 10011100 | 100 | 11001111 | 11001 | 1100010 | 0 | 10011 | 100011101 | 1100000 | 101001 |
Color Harmonies of #9C04CF
Complementary color
Monochromatic Colors of #9C04CF
Black with #9C04CF
Text Example
Text Example
White with #9C04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C04CF; }
p { color: rgb(156,4,207); }
H1.HeaderClassName
{
color: #9C04CF;
}
.AnyTagClassName
{
color: #9C04CF;
}
</style>
background-color css
<style>
a { background-color: #9C04CF; }
a { background-color: rgb(156,4,207); }
div.DivClassName
{
background-color: #9C04CF;
}
.BgClassName
{
background-color: #9C04CF;
}
</style>
border-color css
<style>
span { border-color: #9C04CF; }
span { border-color: rgb(156,4,207); }
td.TdClassName
{
border-color: #9C04CF;
}
.TagClassName
{
border-color: #9C04CF;
}
</style>