Shades of Dark Violet #9C11DF
Tints of Dark Violet #9C11DF
RGB
CMYK
RGB Variations
Color information
#9C11DF (or 0x9C11DF) is known color: Dark Violet. HEX triplet: 9C, 11 and DF. RGB value is (156,17,223). Sum of RGB (Red+Green+Blue) = 156+17+223=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C11DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C11DF is #63EE20. Grayscale: #515151. Windows color (decimal): -6549025 or 14619036. OLE color: 14619036.
HSL color Cylindrical-coordinate representation of color #9C11DF: hue angle of 280.49º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C11DF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 17 | 223 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.13 |
| HSL | 280.49º | 0.86% | 0.47% | - |
| HSV(B) | 280.49º | 0.92% | 0.87% | - |
| XYZ | 27.23 | 12.8 | 70.85 | - |
| YUV | 82.05 | 207.55 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 223 | 0.30 | 0.92 | 0 | 0.13 | 280.49 | 0.86 | 0.47 |
| Hex | 9C | 11 | DF | 1E | 5C | 0 | D | 118 | 56 | 2F |
| Octal | 234 | 21 | 337 | 36 | 134 | 0 | 15 | 430 | 126 | 57 |
| Binary | 10011100 | 10001 | 11011111 | 11110 | 1011100 | 0 | 1101 | 100011000 | 1010110 | 101111 |
Color Harmonies of #9C11DF
Complementary color
Monochromatic Colors of #9C11DF
Black with #9C11DF
Text Example
Text Example
White with #9C11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C11DF; }
p { color: rgb(156,17,223); }
H1.HeaderClassName
{
color: #9C11DF;
}
.AnyTagClassName
{
color: #9C11DF;
}
</style>
background-color css
<style>
a { background-color: #9C11DF; }
a { background-color: rgb(156,17,223); }
div.DivClassName
{
background-color: #9C11DF;
}
.BgClassName
{
background-color: #9C11DF;
}
</style>
border-color css
<style>
span { border-color: #9C11DF; }
span { border-color: rgb(156,17,223); }
td.TdClassName
{
border-color: #9C11DF;
}
.TagClassName
{
border-color: #9C11DF;
}
</style>