Shades of Dark Violet #9C0CDF
Tints of Dark Violet #9C0CDF
RGB
CMYK
RGB Variations
Color information
#9C0CDF (or 0x9C0CDF) is known color: Dark Violet. HEX triplet: 9C, 0C and DF. RGB value is (156,12,223). Sum of RGB (Red+Green+Blue) = 156+12+223=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C0CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0CDF is #63F320. Grayscale: #4E4E4E. Windows color (decimal): -6550305 or 14617756. OLE color: 14617756.
HSL color Cylindrical-coordinate representation of color #9C0CDF: hue angle of 280.95º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0CDF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 12 | 223 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.13 |
| HSL | 280.95º | 0.9% | 0.46% | - |
| HSV(B) | 280.95º | 0.95% | 0.87% | - |
| XYZ | 27.16 | 12.66 | 70.82 | - |
| YUV | 79.11 | 209.21 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 12 | 223 | 0.30 | 0.95 | 0 | 0.13 | 280.95 | 0.9 | 0.46 |
| Hex | 9C | C | DF | 1E | 5F | 0 | D | 119 | 5A | 2E |
| Octal | 234 | 14 | 337 | 36 | 137 | 0 | 15 | 431 | 132 | 56 |
| Binary | 10011100 | 1100 | 11011111 | 11110 | 1011111 | 0 | 1101 | 100011001 | 1011010 | 101110 |
Color Harmonies of #9C0CDF
Complementary color
Monochromatic Colors of #9C0CDF
Black with #9C0CDF
Text Example
Text Example
White with #9C0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0CDF; }
p { color: rgb(156,12,223); }
H1.HeaderClassName
{
color: #9C0CDF;
}
.AnyTagClassName
{
color: #9C0CDF;
}
</style>
background-color css
<style>
a { background-color: #9C0CDF; }
a { background-color: rgb(156,12,223); }
div.DivClassName
{
background-color: #9C0CDF;
}
.BgClassName
{
background-color: #9C0CDF;
}
</style>
border-color css
<style>
span { border-color: #9C0CDF; }
span { border-color: rgb(156,12,223); }
td.TdClassName
{
border-color: #9C0CDF;
}
.TagClassName
{
border-color: #9C0CDF;
}
</style>