Shades of Dark Violet #9C14CE
Tints of Dark Violet #9C14CE
RGB
CMYK
RGB Variations
Color information
#9C14CE (or 0x9C14CE) is known color: Dark Violet. HEX triplet: 9C, 14 and CE. RGB value is (156,20,206). Sum of RGB (Red+Green+Blue) = 156+20+206=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C14CE is #63EB31. Grayscale: #515151. Windows color (decimal): -6548274 or 13505692. OLE color: 13505692.
HSL color Cylindrical-coordinate representation of color #9C14CE: hue angle of 283.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C14CE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 20 | 206 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.19 |
| HSL | 283.87º | 0.82% | 0.44% | - |
| HSV(B) | 283.87º | 0.9% | 0.81% | - |
| XYZ | 25.1 | 12.02 | 59.39 | - |
| YUV | 81.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 206 | 0.24 | 0.90 | 0 | 0.19 | 283.87 | 0.82 | 0.44 |
| Hex | 9C | 14 | CE | 18 | 5A | 0 | 13 | 11C | 52 | 2C |
| Octal | 234 | 24 | 316 | 30 | 132 | 0 | 23 | 434 | 122 | 54 |
| Binary | 10011100 | 10100 | 11001110 | 11000 | 1011010 | 0 | 10011 | 100011100 | 1010010 | 101100 |
Color Harmonies of #9C14CE
Complementary color
Monochromatic Colors of #9C14CE
Black with #9C14CE
Text Example
Text Example
White with #9C14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C14CE; }
p { color: rgb(156,20,206); }
H1.HeaderClassName
{
color: #9C14CE;
}
.AnyTagClassName
{
color: #9C14CE;
}
</style>
background-color css
<style>
a { background-color: #9C14CE; }
a { background-color: rgb(156,20,206); }
div.DivClassName
{
background-color: #9C14CE;
}
.BgClassName
{
background-color: #9C14CE;
}
</style>
border-color css
<style>
span { border-color: #9C14CE; }
span { border-color: rgb(156,20,206); }
td.TdClassName
{
border-color: #9C14CE;
}
.TagClassName
{
border-color: #9C14CE;
}
</style>