Shades of Dark Violet #9C10EF
Tints of Dark Violet #9C10EF
RGB
CMYK
RGB Variations
Color information
#9C10EF (or 0x9C10EF) is known color: Dark Violet. HEX triplet: 9C, 10 and EF. RGB value is (156,16,239). Sum of RGB (Red+Green+Blue) = 156+16+239=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #9C10EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C10EF is #63EF10. Grayscale: #525252. Windows color (decimal): -6549265 or 15667356. OLE color: 15667356.
HSL color Cylindrical-coordinate representation of color #9C10EF: hue angle of 277.67º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C10EF is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 16 | 239 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.06 |
| HSL | 277.67º | 0.87% | 0.5% | - |
| HSV(B) | 277.67º | 0.93% | 0.94% | - |
| XYZ | 29.48 | 13.67 | 82.75 | - |
| YUV | 83.28 | 215.88 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 239 | 0.35 | 0.93 | 0 | 0.06 | 277.67 | 0.87 | 0.5 |
| Hex | 9C | 10 | EF | 23 | 5D | 0 | 6 | 116 | 57 | 32 |
| Octal | 234 | 20 | 357 | 43 | 135 | 0 | 6 | 426 | 127 | 62 |
| Binary | 10011100 | 10000 | 11101111 | 100011 | 1011101 | 0 | 110 | 100010110 | 1010111 | 110010 |
Color Harmonies of #9C10EF
Complementary color
Monochromatic Colors of #9C10EF
Black with #9C10EF
Text Example
Text Example
White with #9C10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C10EF; }
p { color: rgb(156,16,239); }
H1.HeaderClassName
{
color: #9C10EF;
}
.AnyTagClassName
{
color: #9C10EF;
}
</style>
background-color css
<style>
a { background-color: #9C10EF; }
a { background-color: rgb(156,16,239); }
div.DivClassName
{
background-color: #9C10EF;
}
.BgClassName
{
background-color: #9C10EF;
}
</style>
border-color css
<style>
span { border-color: #9C10EF; }
span { border-color: rgb(156,16,239); }
td.TdClassName
{
border-color: #9C10EF;
}
.TagClassName
{
border-color: #9C10EF;
}
</style>