Shades of Dark Violet #8710DC
Tints of Dark Violet #8710DC
RGB
CMYK
RGB Variations
Color information
#8710DC (or 0x8710DC) is known color: Dark Violet. HEX triplet: 87, 10 and DC. RGB value is (135,16,220). Sum of RGB (Red+Green+Blue) = 135+16+220=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #8710DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8710DC is #78EF23. Grayscale: #4A4A4A. Windows color (decimal): -7925540 or 14422151. OLE color: 14422151.
HSL color Cylindrical-coordinate representation of color #8710DC: hue angle of 275º 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 #8710DC is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 16 | 220 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.14 |
| HSL | 275º | 0.86% | 0.46% | - |
| HSV(B) | 275º | 0.93% | 0.86% | - |
| XYZ | 23.1 | 10.69 | 68.56 | - |
| YUV | 74.84 | 209.92 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 220 | 0.39 | 0.93 | 0 | 0.14 | 275 | 0.86 | 0.46 |
| Hex | 87 | 10 | DC | 27 | 5D | 0 | E | 113 | 56 | 2E |
| Octal | 207 | 20 | 334 | 47 | 135 | 0 | 16 | 423 | 126 | 56 |
| Binary | 10000111 | 10000 | 11011100 | 100111 | 1011101 | 0 | 1110 | 100010011 | 1010110 | 101110 |
Color Harmonies of #8710DC
Complementary color
Monochromatic Colors of #8710DC
Black with #8710DC
Text Example
Text Example
White with #8710DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8710DC; }
p { color: rgb(135,16,220); }
H1.HeaderClassName
{
color: #8710DC;
}
.AnyTagClassName
{
color: #8710DC;
}
</style>
background-color css
<style>
a { background-color: #8710DC; }
a { background-color: rgb(135,16,220); }
div.DivClassName
{
background-color: #8710DC;
}
.BgClassName
{
background-color: #8710DC;
}
</style>
border-color css
<style>
span { border-color: #8710DC; }
span { border-color: rgb(135,16,220); }
td.TdClassName
{
border-color: #8710DC;
}
.TagClassName
{
border-color: #8710DC;
}
</style>