Shades of Dark Violet #9D11DF
Tints of Dark Violet #9D11DF
RGB
CMYK
RGB Variations
Color information
#9D11DF (or 0x9D11DF) is known color: Dark Violet. HEX triplet: 9D, 11 and DF. RGB value is (157,17,223). Sum of RGB (Red+Green+Blue) = 157+17+223=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D11DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D11DF is #62EE20. Grayscale: #515151. Windows color (decimal): -6483489 or 14619037. OLE color: 14619037.
HSL color Cylindrical-coordinate representation of color #9D11DF: hue angle of 280.78º 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 #9D11DF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 17 | 223 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.13 |
| HSL | 280.78º | 0.86% | 0.47% | - |
| HSV(B) | 280.78º | 0.92% | 0.87% | - |
| XYZ | 27.42 | 12.9 | 70.86 | - |
| YUV | 82.34 | 207.38 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 17 | 223 | 0.30 | 0.92 | 0 | 0.13 | 280.78 | 0.86 | 0.47 |
| Hex | 9D | 11 | DF | 1E | 5C | 0 | D | 119 | 56 | 2F |
| Octal | 235 | 21 | 337 | 36 | 134 | 0 | 15 | 431 | 126 | 57 |
| Binary | 10011101 | 10001 | 11011111 | 11110 | 1011100 | 0 | 1101 | 100011001 | 1010110 | 101111 |
Color Harmonies of #9D11DF
Complementary color
Monochromatic Colors of #9D11DF
Black with #9D11DF
Text Example
Text Example
White with #9D11DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D11DF; }
p { color: rgb(157,17,223); }
H1.HeaderClassName
{
color: #9D11DF;
}
.AnyTagClassName
{
color: #9D11DF;
}
</style>
background-color css
<style>
a { background-color: #9D11DF; }
a { background-color: rgb(157,17,223); }
div.DivClassName
{
background-color: #9D11DF;
}
.BgClassName
{
background-color: #9D11DF;
}
</style>
border-color css
<style>
span { border-color: #9D11DF; }
span { border-color: rgb(157,17,223); }
td.TdClassName
{
border-color: #9D11DF;
}
.TagClassName
{
border-color: #9D11DF;
}
</style>