Shades of Dark Violet #9C14CD
Tints of Dark Violet #9C14CD
RGB
CMYK
RGB Variations
Color information
#9C14CD (or 0x9C14CD) is known color: Dark Violet. HEX triplet: 9C, 14 and CD. RGB value is (156,20,205). Sum of RGB (Red+Green+Blue) = 156+20+205=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C14CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C14CD is #63EB32. Grayscale: #515151. Windows color (decimal): -6548275 or 13440156. OLE color: 13440156.
HSL color Cylindrical-coordinate representation of color #9C14CD: hue angle of 284.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C14CD is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 20 | 205 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.20 |
| HSL | 284.11º | 0.82% | 0.44% | - |
| HSV(B) | 284.11º | 0.9% | 0.8% | - |
| XYZ | 24.98 | 11.98 | 58.75 | - |
| YUV | 81.75 | 197.56 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 205 | 0.24 | 0.90 | 0 | 0.20 | 284.11 | 0.82 | 0.44 |
| Hex | 9C | 14 | CD | 18 | 5A | 0 | 14 | 11C | 52 | 2C |
| Octal | 234 | 24 | 315 | 30 | 132 | 0 | 24 | 434 | 122 | 54 |
| Binary | 10011100 | 10100 | 11001101 | 11000 | 1011010 | 0 | 10100 | 100011100 | 1010010 | 101100 |
Color Harmonies of #9C14CD
Complementary color
Monochromatic Colors of #9C14CD
Black with #9C14CD
Text Example
Text Example
White with #9C14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C14CD; }
p { color: rgb(156,20,205); }
H1.HeaderClassName
{
color: #9C14CD;
}
.AnyTagClassName
{
color: #9C14CD;
}
</style>
background-color css
<style>
a { background-color: #9C14CD; }
a { background-color: rgb(156,20,205); }
div.DivClassName
{
background-color: #9C14CD;
}
.BgClassName
{
background-color: #9C14CD;
}
</style>
border-color css
<style>
span { border-color: #9C14CD; }
span { border-color: rgb(156,20,205); }
td.TdClassName
{
border-color: #9C14CD;
}
.TagClassName
{
border-color: #9C14CD;
}
</style>