Shades of Dark Violet #9C0DEF
Tints of Dark Violet #9C0DEF
RGB
CMYK
RGB Variations
Color information
#9C0DEF (or 0x9C0DEF) is known color: Dark Violet. HEX triplet: 9C, 0D and EF. RGB value is (156,13,239). Sum of RGB (Red+Green+Blue) = 156+13+239=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C0DEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C0DEF is #63F210. Grayscale: #505050. Windows color (decimal): -6550033 or 15666588. OLE color: 15666588.
HSL color Cylindrical-coordinate representation of color #9C0DEF: hue angle of 277.96º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0DEF is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 13 | 239 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.06 |
| HSL | 277.96º | 0.9% | 0.49% | - |
| HSV(B) | 277.96º | 0.95% | 0.94% | - |
| XYZ | 29.43 | 13.59 | 82.73 | - |
| YUV | 81.52 | 216.88 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 239 | 0.35 | 0.95 | 0 | 0.06 | 277.96 | 0.9 | 0.49 |
| Hex | 9C | D | EF | 23 | 5F | 0 | 6 | 116 | 5A | 31 |
| Octal | 234 | 15 | 357 | 43 | 137 | 0 | 6 | 426 | 132 | 61 |
| Binary | 10011100 | 1101 | 11101111 | 100011 | 1011111 | 0 | 110 | 100010110 | 1011010 | 110001 |
Color Harmonies of #9C0DEF
Complementary color
Monochromatic Colors of #9C0DEF
Black with #9C0DEF
Text Example
Text Example
White with #9C0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0DEF; }
p { color: rgb(156,13,239); }
H1.HeaderClassName
{
color: #9C0DEF;
}
.AnyTagClassName
{
color: #9C0DEF;
}
</style>
background-color css
<style>
a { background-color: #9C0DEF; }
a { background-color: rgb(156,13,239); }
div.DivClassName
{
background-color: #9C0DEF;
}
.BgClassName
{
background-color: #9C0DEF;
}
</style>
border-color css
<style>
span { border-color: #9C0DEF; }
span { border-color: rgb(156,13,239); }
td.TdClassName
{
border-color: #9C0DEF;
}
.TagClassName
{
border-color: #9C0DEF;
}
</style>