Shades of Dark Violet #8811D9
Tints of Dark Violet #8811D9
RGB
CMYK
RGB Variations
Color information
#8811D9 (or 0x8811D9) is known color: Dark Violet. HEX triplet: 88, 11 and D9. RGB value is (136,17,217). Sum of RGB (Red+Green+Blue) = 136+17+217=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 217 (85.16% from 255 or 58.65% from 370); Max value from RGB is 217 - color contains mainly: blue. Hex color #8811D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8811D9 is #77EE26. Grayscale: #4A4A4A. Windows color (decimal): -7859751 or 14225800. OLE color: 14225800.
HSL color Cylindrical-coordinate representation of color #8811D9: hue angle of 275.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8811D9 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 17 | 217 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.15 |
| HSL | 275.7º | 0.85% | 0.46% | - |
| HSV(B) | 275.7º | 0.92% | 0.85% | - |
| XYZ | 22.88 | 10.64 | 66.49 | - |
| YUV | 75.38 | 207.92 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 17 | 217 | 0.37 | 0.92 | 0 | 0.15 | 275.7 | 0.85 | 0.46 |
| Hex | 88 | 11 | D9 | 25 | 5C | 0 | F | 114 | 55 | 2E |
| Octal | 210 | 21 | 331 | 45 | 134 | 0 | 17 | 424 | 125 | 56 |
| Binary | 10001000 | 10001 | 11011001 | 100101 | 1011100 | 0 | 1111 | 100010100 | 1010101 | 101110 |
Color Harmonies of #8811D9
Complementary color
Monochromatic Colors of #8811D9
Black with #8811D9
Text Example
Text Example
White with #8811D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8811D9; }
p { color: rgb(136,17,217); }
H1.HeaderClassName
{
color: #8811D9;
}
.AnyTagClassName
{
color: #8811D9;
}
</style>
background-color css
<style>
a { background-color: #8811D9; }
a { background-color: rgb(136,17,217); }
div.DivClassName
{
background-color: #8811D9;
}
.BgClassName
{
background-color: #8811D9;
}
</style>
border-color css
<style>
span { border-color: #8811D9; }
span { border-color: rgb(136,17,217); }
td.TdClassName
{
border-color: #8811D9;
}
.TagClassName
{
border-color: #8811D9;
}
</style>