Shades of Dark Violet #9C0EDE
Tints of Dark Violet #9C0EDE
RGB
CMYK
RGB Variations
Color information
#9C0EDE (or 0x9C0EDE) is known color: Dark Violet. HEX triplet: 9C, 0E and DE. RGB value is (156,14,222). Sum of RGB (Red+Green+Blue) = 156+14+222=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C0EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0EDE is #63F121. Grayscale: #4F4F4F. Windows color (decimal): -6549794 or 14552732. OLE color: 14552732.
HSL color Cylindrical-coordinate representation of color #9C0EDE: hue angle of 280.96º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0EDE is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 14 | 222 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.13 |
| HSL | 280.96º | 0.88% | 0.46% | - |
| HSV(B) | 280.96º | 0.94% | 0.87% | - |
| XYZ | 27.05 | 12.66 | 70.12 | - |
| YUV | 80.17 | 208.04 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 14 | 222 | 0.30 | 0.94 | 0 | 0.13 | 280.96 | 0.88 | 0.46 |
| Hex | 9C | E | DE | 1E | 5E | 0 | D | 119 | 58 | 2E |
| Octal | 234 | 16 | 336 | 36 | 136 | 0 | 15 | 431 | 130 | 56 |
| Binary | 10011100 | 1110 | 11011110 | 11110 | 1011110 | 0 | 1101 | 100011001 | 1011000 | 101110 |
Color Harmonies of #9C0EDE
Complementary color
Monochromatic Colors of #9C0EDE
Black with #9C0EDE
Text Example
Text Example
White with #9C0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0EDE; }
p { color: rgb(156,14,222); }
H1.HeaderClassName
{
color: #9C0EDE;
}
.AnyTagClassName
{
color: #9C0EDE;
}
</style>
background-color css
<style>
a { background-color: #9C0EDE; }
a { background-color: rgb(156,14,222); }
div.DivClassName
{
background-color: #9C0EDE;
}
.BgClassName
{
background-color: #9C0EDE;
}
</style>
border-color css
<style>
span { border-color: #9C0EDE; }
span { border-color: rgb(156,14,222); }
td.TdClassName
{
border-color: #9C0EDE;
}
.TagClassName
{
border-color: #9C0EDE;
}
</style>