Shades of Dark Violet #8811DB
Tints of Dark Violet #8811DB
RGB
CMYK
RGB Variations
Color information
#8811DB (or 0x8811DB) is known color: Dark Violet. HEX triplet: 88, 11 and DB. RGB value is (136,17,219). Sum of RGB (Red+Green+Blue) = 136+17+219=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #8811DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811DB is #77EE24. Grayscale: #4A4A4A. Windows color (decimal): -7859749 or 14356872. OLE color: 14356872.
HSL color Cylindrical-coordinate representation of color #8811DB: hue angle of 275.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8811DB is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 17 | 219 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.14 |
| HSL | 275.35º | 0.86% | 0.46% | - |
| HSV(B) | 275.35º | 0.92% | 0.86% | - |
| XYZ | 23.14 | 10.75 | 67.87 | - |
| YUV | 75.61 | 208.92 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 219 | 0.38 | 0.92 | 0 | 0.14 | 275.35 | 0.86 | 0.46 |
| Hex | 88 | 11 | DB | 26 | 5C | 0 | E | 113 | 56 | 2E |
| Octal | 210 | 21 | 333 | 46 | 134 | 0 | 16 | 423 | 126 | 56 |
| Binary | 10001000 | 10001 | 11011011 | 100110 | 1011100 | 0 | 1110 | 100010011 | 1010110 | 101110 |
Color Harmonies of #8811DB
Complementary color
Monochromatic Colors of #8811DB
Black with #8811DB
Text Example
Text Example
White with #8811DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8811DB; }
p { color: rgb(136,17,219); }
H1.HeaderClassName
{
color: #8811DB;
}
.AnyTagClassName
{
color: #8811DB;
}
</style>
background-color css
<style>
a { background-color: #8811DB; }
a { background-color: rgb(136,17,219); }
div.DivClassName
{
background-color: #8811DB;
}
.BgClassName
{
background-color: #8811DB;
}
</style>
border-color css
<style>
span { border-color: #8811DB; }
span { border-color: rgb(136,17,219); }
td.TdClassName
{
border-color: #8811DB;
}
.TagClassName
{
border-color: #8811DB;
}
</style>