Shades of Dark Violet #9C04DC
Tints of Dark Violet #9C04DC
RGB
CMYK
RGB Variations
Color information
#9C04DC (or 0x9C04DC) is known color: Dark Violet. HEX triplet: 9C, 04 and DC. RGB value is (156,4,220). Sum of RGB (Red+Green+Blue) = 156+4+220=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C04DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C04DC is #63FB23. Grayscale: #494949. Windows color (decimal): -6552356 or 14419100. OLE color: 14419100.
HSL color Cylindrical-coordinate representation of color #9C04DC: hue angle of 282.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C04DC is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 4 | 220 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.14 |
| HSL | 282.22º | 0.96% | 0.44% | - |
| HSV(B) | 282.22º | 0.98% | 0.86% | - |
| XYZ | 26.67 | 12.32 | 68.68 | - |
| YUV | 74.07 | 210.36 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 220 | 0.29 | 0.98 | 0 | 0.14 | 282.22 | 0.96 | 0.44 |
| Hex | 9C | 4 | DC | 1D | 62 | 0 | E | 11A | 60 | 2C |
| Octal | 234 | 4 | 334 | 35 | 142 | 0 | 16 | 432 | 140 | 54 |
| Binary | 10011100 | 100 | 11011100 | 11101 | 1100010 | 0 | 1110 | 100011010 | 1100000 | 101100 |
Color Harmonies of #9C04DC
Complementary color
Monochromatic Colors of #9C04DC
Black with #9C04DC
Text Example
Text Example
White with #9C04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C04DC; }
p { color: rgb(156,4,220); }
H1.HeaderClassName
{
color: #9C04DC;
}
.AnyTagClassName
{
color: #9C04DC;
}
</style>
background-color css
<style>
a { background-color: #9C04DC; }
a { background-color: rgb(156,4,220); }
div.DivClassName
{
background-color: #9C04DC;
}
.BgClassName
{
background-color: #9C04DC;
}
</style>
border-color css
<style>
span { border-color: #9C04DC; }
span { border-color: rgb(156,4,220); }
td.TdClassName
{
border-color: #9C04DC;
}
.TagClassName
{
border-color: #9C04DC;
}
</style>