Shades of Dark Violet #9110DB
Tints of Dark Violet #9110DB
RGB
CMYK
RGB Variations
Color information
#9110DB (or 0x9110DB) is known color: Dark Violet. HEX triplet: 91, 10 and DB. RGB value is (145,16,219). Sum of RGB (Red+Green+Blue) = 145+16+219=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #9110DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9110DB is #6EEF24. Grayscale: #4D4D4D. Windows color (decimal): -7270181 or 14356625. OLE color: 14356625.
HSL color Cylindrical-coordinate representation of color #9110DB: hue angle of 278.13º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9110DB is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 16 | 219 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.14 |
| HSL | 278.13º | 0.86% | 0.46% | - |
| HSV(B) | 278.13º | 0.93% | 0.86% | - |
| XYZ | 24.65 | 11.5 | 67.94 | - |
| YUV | 77.71 | 207.74 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 219 | 0.34 | 0.93 | 0 | 0.14 | 278.13 | 0.86 | 0.46 |
| Hex | 91 | 10 | DB | 22 | 5D | 0 | E | 116 | 56 | 2E |
| Octal | 221 | 20 | 333 | 42 | 135 | 0 | 16 | 426 | 126 | 56 |
| Binary | 10010001 | 10000 | 11011011 | 100010 | 1011101 | 0 | 1110 | 100010110 | 1010110 | 101110 |
Color Harmonies of #9110DB
Complementary color
Monochromatic Colors of #9110DB
Black with #9110DB
Text Example
Text Example
White with #9110DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9110DB; }
p { color: rgb(145,16,219); }
H1.HeaderClassName
{
color: #9110DB;
}
.AnyTagClassName
{
color: #9110DB;
}
</style>
background-color css
<style>
a { background-color: #9110DB; }
a { background-color: rgb(145,16,219); }
div.DivClassName
{
background-color: #9110DB;
}
.BgClassName
{
background-color: #9110DB;
}
</style>
border-color css
<style>
span { border-color: #9110DB; }
span { border-color: rgb(145,16,219); }
td.TdClassName
{
border-color: #9110DB;
}
.TagClassName
{
border-color: #9110DB;
}
</style>