Shades of Dark Violet #9C14DF
Tints of Dark Violet #9C14DF
RGB
CMYK
RGB Variations
Color information
#9C14DF (or 0x9C14DF) is known color: Dark Violet. HEX triplet: 9C, 14 and DF. RGB value is (156,20,223). Sum of RGB (Red+Green+Blue) = 156+20+223=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C14DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C14DF is #63EB20. Grayscale: #535353. Windows color (decimal): -6548257 or 14619804. OLE color: 14619804.
HSL color Cylindrical-coordinate representation of color #9C14DF: hue angle of 280.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C14DF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 20 | 223 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.13 |
| HSL | 280.2º | 0.84% | 0.48% | - |
| HSV(B) | 280.2º | 0.91% | 0.87% | - |
| XYZ | 27.28 | 12.9 | 70.86 | - |
| YUV | 83.81 | 206.56 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 223 | 0.30 | 0.91 | 0 | 0.13 | 280.2 | 0.84 | 0.48 |
| Hex | 9C | 14 | DF | 1E | 5B | 0 | D | 118 | 54 | 30 |
| Octal | 234 | 24 | 337 | 36 | 133 | 0 | 15 | 430 | 124 | 60 |
| Binary | 10011100 | 10100 | 11011111 | 11110 | 1011011 | 0 | 1101 | 100011000 | 1010100 | 110000 |
Color Harmonies of #9C14DF
Complementary color
Monochromatic Colors of #9C14DF
Black with #9C14DF
Text Example
Text Example
White with #9C14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C14DF; }
p { color: rgb(156,20,223); }
H1.HeaderClassName
{
color: #9C14DF;
}
.AnyTagClassName
{
color: #9C14DF;
}
</style>
background-color css
<style>
a { background-color: #9C14DF; }
a { background-color: rgb(156,20,223); }
div.DivClassName
{
background-color: #9C14DF;
}
.BgClassName
{
background-color: #9C14DF;
}
</style>
border-color css
<style>
span { border-color: #9C14DF; }
span { border-color: rgb(156,20,223); }
td.TdClassName
{
border-color: #9C14DF;
}
.TagClassName
{
border-color: #9C14DF;
}
</style>