Shades of Dark Violet #9C0DCC
Tints of Dark Violet #9C0DCC
RGB
CMYK
RGB Variations
Color information
#9C0DCC (or 0x9C0DCC) is known color: Dark Violet. HEX triplet: 9C, 0D and CC. RGB value is (156,13,204). Sum of RGB (Red+Green+Blue) = 156+13+204=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 204 (80.08% from 255 or 54.69% from 373); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C0DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0DCC is #63F233. Grayscale: #4C4C4C. Windows color (decimal): -6550068 or 13372828. OLE color: 13372828.
HSL color Cylindrical-coordinate representation of color #9C0DCC: hue angle of 284.92º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0DCC is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 13 | 204 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.2 |
| HSL | 284.92º | 0.88% | 0.43% | - |
| HSV(B) | 284.92º | 0.94% | 0.8% | - |
| XYZ | 24.75 | 11.72 | 58.08 | - |
| YUV | 77.53 | 199.38 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 204 | 0.24 | 0.94 | 0 | 0.2 | 284.92 | 0.88 | 0.43 |
| Hex | 9C | D | CC | 18 | 5E | 0 | 14 | 11D | 58 | 2B |
| Octal | 234 | 15 | 314 | 30 | 136 | 0 | 24 | 435 | 130 | 53 |
| Binary | 10011100 | 1101 | 11001100 | 11000 | 1011110 | 0 | 10100 | 100011101 | 1011000 | 101011 |
Color Harmonies of #9C0DCC
Complementary color
Monochromatic Colors of #9C0DCC
Black with #9C0DCC
Text Example
Text Example
White with #9C0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0DCC; }
p { color: rgb(156,13,204); }
H1.HeaderClassName
{
color: #9C0DCC;
}
.AnyTagClassName
{
color: #9C0DCC;
}
</style>
background-color css
<style>
a { background-color: #9C0DCC; }
a { background-color: rgb(156,13,204); }
div.DivClassName
{
background-color: #9C0DCC;
}
.BgClassName
{
background-color: #9C0DCC;
}
</style>
border-color css
<style>
span { border-color: #9C0DCC; }
span { border-color: rgb(156,13,204); }
td.TdClassName
{
border-color: #9C0DCC;
}
.TagClassName
{
border-color: #9C0DCC;
}
</style>