Shades of Dark Violet #9111DD
Tints of Dark Violet #9111DD
RGB
CMYK
RGB Variations
Color information
#9111DD (or 0x9111DD) is known color: Dark Violet. HEX triplet: 91, 11 and DD. RGB value is (145,17,221). Sum of RGB (Red+Green+Blue) = 145+17+221=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #9111DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9111DD is #6EEE22. Grayscale: #4D4D4D. Windows color (decimal): -7269923 or 14487953. OLE color: 14487953.
HSL color Cylindrical-coordinate representation of color #9111DD: hue angle of 277.65º 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 #9111DD is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 17 | 221 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.13 |
| HSL | 277.65º | 0.86% | 0.47% | - |
| HSV(B) | 277.65º | 0.92% | 0.87% | - |
| XYZ | 24.93 | 11.64 | 69.34 | - |
| YUV | 78.53 | 208.41 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 221 | 0.34 | 0.92 | 0 | 0.13 | 277.65 | 0.86 | 0.47 |
| Hex | 91 | 11 | DD | 22 | 5C | 0 | D | 116 | 56 | 2F |
| Octal | 221 | 21 | 335 | 42 | 134 | 0 | 15 | 426 | 126 | 57 |
| Binary | 10010001 | 10001 | 11011101 | 100010 | 1011100 | 0 | 1101 | 100010110 | 1010110 | 101111 |
Color Harmonies of #9111DD
Complementary color
Monochromatic Colors of #9111DD
Black with #9111DD
Text Example
Text Example
White with #9111DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9111DD; }
p { color: rgb(145,17,221); }
H1.HeaderClassName
{
color: #9111DD;
}
.AnyTagClassName
{
color: #9111DD;
}
</style>
background-color css
<style>
a { background-color: #9111DD; }
a { background-color: rgb(145,17,221); }
div.DivClassName
{
background-color: #9111DD;
}
.BgClassName
{
background-color: #9111DD;
}
</style>
border-color css
<style>
span { border-color: #9111DD; }
span { border-color: rgb(145,17,221); }
td.TdClassName
{
border-color: #9111DD;
}
.TagClassName
{
border-color: #9111DD;
}
</style>