Shades of Dark Violet #8710DD
Tints of Dark Violet #8710DD
RGB
CMYK
RGB Variations
Color information
#8710DD (or 0x8710DD) is known color: Dark Violet. HEX triplet: 87, 10 and DD. RGB value is (135,16,221). Sum of RGB (Red+Green+Blue) = 135+16+221=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #8710DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8710DD is #78EF22. Grayscale: #4A4A4A. Windows color (decimal): -7925539 or 14487687. OLE color: 14487687.
HSL color Cylindrical-coordinate representation of color #8710DD: hue angle of 274.83º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8710DD is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 16 | 221 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.13 |
| HSL | 274.83º | 0.86% | 0.46% | - |
| HSV(B) | 274.83º | 0.93% | 0.87% | - |
| XYZ | 23.23 | 10.74 | 69.26 | - |
| YUV | 74.95 | 210.42 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 221 | 0.39 | 0.93 | 0 | 0.13 | 274.83 | 0.86 | 0.46 |
| Hex | 87 | 10 | DD | 27 | 5D | 0 | D | 113 | 56 | 2E |
| Octal | 207 | 20 | 335 | 47 | 135 | 0 | 15 | 423 | 126 | 56 |
| Binary | 10000111 | 10000 | 11011101 | 100111 | 1011101 | 0 | 1101 | 100010011 | 1010110 | 101110 |
Color Harmonies of #8710DD
Complementary color
Monochromatic Colors of #8710DD
Black with #8710DD
Text Example
Text Example
White with #8710DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8710DD; }
p { color: rgb(135,16,221); }
H1.HeaderClassName
{
color: #8710DD;
}
.AnyTagClassName
{
color: #8710DD;
}
</style>
background-color css
<style>
a { background-color: #8710DD; }
a { background-color: rgb(135,16,221); }
div.DivClassName
{
background-color: #8710DD;
}
.BgClassName
{
background-color: #8710DD;
}
</style>
border-color css
<style>
span { border-color: #8710DD; }
span { border-color: rgb(135,16,221); }
td.TdClassName
{
border-color: #8710DD;
}
.TagClassName
{
border-color: #8710DD;
}
</style>