Shades of Dark Violet #8711D9
Tints of Dark Violet #8711D9
RGB
CMYK
RGB Variations
Color information
#8711D9 (or 0x8711D9) is known color: Dark Violet. HEX triplet: 87, 11 and D9. RGB value is (135,17,217). Sum of RGB (Red+Green+Blue) = 135+17+217=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #8711D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8711D9 is #78EE26. Grayscale: #4A4A4A. Windows color (decimal): -7925287 or 14225799. OLE color: 14225799.
HSL color Cylindrical-coordinate representation of color #8711D9: hue angle of 275.4º 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 #8711D9 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 17 | 217 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.15 |
| HSL | 275.4º | 0.85% | 0.46% | - |
| HSV(B) | 275.4º | 0.92% | 0.85% | - |
| XYZ | 22.72 | 10.56 | 66.49 | - |
| YUV | 75.08 | 208.09 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 217 | 0.38 | 0.92 | 0 | 0.15 | 275.4 | 0.85 | 0.46 |
| Hex | 87 | 11 | D9 | 26 | 5C | 0 | F | 113 | 55 | 2E |
| Octal | 207 | 21 | 331 | 46 | 134 | 0 | 17 | 423 | 125 | 56 |
| Binary | 10000111 | 10001 | 11011001 | 100110 | 1011100 | 0 | 1111 | 100010011 | 1010101 | 101110 |
Color Harmonies of #8711D9
Complementary color
Monochromatic Colors of #8711D9
Black with #8711D9
Text Example
Text Example
White with #8711D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8711D9; }
p { color: rgb(135,17,217); }
H1.HeaderClassName
{
color: #8711D9;
}
.AnyTagClassName
{
color: #8711D9;
}
</style>
background-color css
<style>
a { background-color: #8711D9; }
a { background-color: rgb(135,17,217); }
div.DivClassName
{
background-color: #8711D9;
}
.BgClassName
{
background-color: #8711D9;
}
</style>
border-color css
<style>
span { border-color: #8711D9; }
span { border-color: rgb(135,17,217); }
td.TdClassName
{
border-color: #8711D9;
}
.TagClassName
{
border-color: #8711D9;
}
</style>