Shades of Dark Violet #8710C7
Tints of Dark Violet #8710C7
RGB
CMYK
RGB Variations
Color information
#8710C7 (or 0x8710C7) is known color: Dark Violet. HEX triplet: 87, 10 and C7. RGB value is (135,16,199). Sum of RGB (Red+Green+Blue) = 135+16+199=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 199 (78.12% from 255 or 56.86% from 350); Max value from RGB is 199 - color contains mainly: blue. Hex color #8710C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8710C7 is #78EF38. Grayscale: #474747. Windows color (decimal): -7925561 or 13045895. OLE color: 13045895.
HSL color Cylindrical-coordinate representation of color #8710C7: hue angle of 279.02º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8710C7 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 16 | 199 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.22 |
| HSL | 279.02º | 0.85% | 0.42% | - |
| HSV(B) | 279.02º | 0.92% | 0.78% | - |
| XYZ | 20.49 | 9.65 | 54.81 | - |
| YUV | 72.44 | 199.42 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 199 | 0.32 | 0.92 | 0 | 0.22 | 279.02 | 0.85 | 0.42 |
| Hex | 87 | 10 | C7 | 20 | 5C | 0 | 16 | 117 | 55 | 2A |
| Octal | 207 | 20 | 307 | 40 | 134 | 0 | 26 | 427 | 125 | 52 |
| Binary | 10000111 | 10000 | 11000111 | 100000 | 1011100 | 0 | 10110 | 100010111 | 1010101 | 101010 |
Color Harmonies of #8710C7
Complementary color
Monochromatic Colors of #8710C7
Black with #8710C7
Text Example
Text Example
White with #8710C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8710C7; }
p { color: rgb(135,16,199); }
H1.HeaderClassName
{
color: #8710C7;
}
.AnyTagClassName
{
color: #8710C7;
}
</style>
background-color css
<style>
a { background-color: #8710C7; }
a { background-color: rgb(135,16,199); }
div.DivClassName
{
background-color: #8710C7;
}
.BgClassName
{
background-color: #8710C7;
}
</style>
border-color css
<style>
span { border-color: #8710C7; }
span { border-color: rgb(135,16,199); }
td.TdClassName
{
border-color: #8710C7;
}
.TagClassName
{
border-color: #8710C7;
}
</style>