Shades of Dark Violet #9C10CE
Tints of Dark Violet #9C10CE
RGB
CMYK
RGB Variations
Color information
#9C10CE (or 0x9C10CE) is known color: Dark Violet. HEX triplet: 9C, 10 and CE. RGB value is (156,16,206). Sum of RGB (Red+Green+Blue) = 156+16+206=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C10CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C10CE is #63EF31. Grayscale: #4E4E4E. Windows color (decimal): -6549298 or 13504668. OLE color: 13504668.
HSL color Cylindrical-coordinate representation of color #9C10CE: hue angle of 284.21º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C10CE is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 16 | 206 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.19 |
| HSL | 284.21º | 0.86% | 0.44% | - |
| HSV(B) | 284.21º | 0.92% | 0.81% | - |
| XYZ | 25.04 | 11.89 | 59.37 | - |
| YUV | 79.52 | 199.38 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 206 | 0.24 | 0.92 | 0 | 0.19 | 284.21 | 0.86 | 0.44 |
| Hex | 9C | 10 | CE | 18 | 5C | 0 | 13 | 11C | 56 | 2C |
| Octal | 234 | 20 | 316 | 30 | 134 | 0 | 23 | 434 | 126 | 54 |
| Binary | 10011100 | 10000 | 11001110 | 11000 | 1011100 | 0 | 10011 | 100011100 | 1010110 | 101100 |
Color Harmonies of #9C10CE
Complementary color
Monochromatic Colors of #9C10CE
Black with #9C10CE
Text Example
Text Example
White with #9C10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C10CE; }
p { color: rgb(156,16,206); }
H1.HeaderClassName
{
color: #9C10CE;
}
.AnyTagClassName
{
color: #9C10CE;
}
</style>
background-color css
<style>
a { background-color: #9C10CE; }
a { background-color: rgb(156,16,206); }
div.DivClassName
{
background-color: #9C10CE;
}
.BgClassName
{
background-color: #9C10CE;
}
</style>
border-color css
<style>
span { border-color: #9C10CE; }
span { border-color: rgb(156,16,206); }
td.TdClassName
{
border-color: #9C10CE;
}
.TagClassName
{
border-color: #9C10CE;
}
</style>