Shades of Dark Violet #9111DE
Tints of Dark Violet #9111DE
RGB
CMYK
RGB Variations
Color information
#9111DE (or 0x9111DE) is known color: Dark Violet. HEX triplet: 91, 11 and DE. RGB value is (145,17,222). Sum of RGB (Red+Green+Blue) = 145+17+222=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #9111DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9111DE is #6EEE21. Grayscale: #4D4D4D. Windows color (decimal): -7269922 or 14553489. OLE color: 14553489.
HSL color Cylindrical-coordinate representation of color #9111DE: hue angle of 277.46º 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 #9111DE is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 17 | 222 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.13 |
| HSL | 277.46º | 0.86% | 0.47% | - |
| HSV(B) | 277.46º | 0.92% | 0.87% | - |
| XYZ | 25.06 | 11.69 | 70.04 | - |
| YUV | 78.64 | 208.91 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 222 | 0.35 | 0.92 | 0 | 0.13 | 277.46 | 0.86 | 0.47 |
| Hex | 91 | 11 | DE | 23 | 5C | 0 | D | 115 | 56 | 2F |
| Octal | 221 | 21 | 336 | 43 | 134 | 0 | 15 | 425 | 126 | 57 |
| Binary | 10010001 | 10001 | 11011110 | 100011 | 1011100 | 0 | 1101 | 100010101 | 1010110 | 101111 |
Color Harmonies of #9111DE
Complementary color
Monochromatic Colors of #9111DE
Black with #9111DE
Text Example
Text Example
White with #9111DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9111DE; }
p { color: rgb(145,17,222); }
H1.HeaderClassName
{
color: #9111DE;
}
.AnyTagClassName
{
color: #9111DE;
}
</style>
background-color css
<style>
a { background-color: #9111DE; }
a { background-color: rgb(145,17,222); }
div.DivClassName
{
background-color: #9111DE;
}
.BgClassName
{
background-color: #9111DE;
}
</style>
border-color css
<style>
span { border-color: #9111DE; }
span { border-color: rgb(145,17,222); }
td.TdClassName
{
border-color: #9111DE;
}
.TagClassName
{
border-color: #9111DE;
}
</style>