Shades of Dark Violet #9C0EDC
Tints of Dark Violet #9C0EDC
RGB
CMYK
RGB Variations
Color information
#9C0EDC (or 0x9C0EDC) is known color: Dark Violet. HEX triplet: 9C, 0E and DC. RGB value is (156,14,220). Sum of RGB (Red+Green+Blue) = 156+14+220=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0EDC is #63F123. Grayscale: #4F4F4F. Windows color (decimal): -6549796 or 14421660. OLE color: 14421660.
HSL color Cylindrical-coordinate representation of color #9C0EDC: hue angle of 281.36º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0EDC is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 14 | 220 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.14 |
| HSL | 281.36º | 0.88% | 0.46% | - |
| HSV(B) | 281.36º | 0.94% | 0.86% | - |
| XYZ | 26.79 | 12.55 | 68.72 | - |
| YUV | 79.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 220 | 0.29 | 0.94 | 0 | 0.14 | 281.36 | 0.88 | 0.46 |
| Hex | 9C | E | DC | 1D | 5E | 0 | E | 119 | 58 | 2E |
| Octal | 234 | 16 | 334 | 35 | 136 | 0 | 16 | 431 | 130 | 56 |
| Binary | 10011100 | 1110 | 11011100 | 11101 | 1011110 | 0 | 1110 | 100011001 | 1011000 | 101110 |
Color Harmonies of #9C0EDC
Complementary color
Monochromatic Colors of #9C0EDC
Black with #9C0EDC
Text Example
Text Example
White with #9C0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0EDC; }
p { color: rgb(156,14,220); }
H1.HeaderClassName
{
color: #9C0EDC;
}
.AnyTagClassName
{
color: #9C0EDC;
}
</style>
background-color css
<style>
a { background-color: #9C0EDC; }
a { background-color: rgb(156,14,220); }
div.DivClassName
{
background-color: #9C0EDC;
}
.BgClassName
{
background-color: #9C0EDC;
}
</style>
border-color css
<style>
span { border-color: #9C0EDC; }
span { border-color: rgb(156,14,220); }
td.TdClassName
{
border-color: #9C0EDC;
}
.TagClassName
{
border-color: #9C0EDC;
}
</style>