Shades of Dark Violet #8707E1
Tints of Dark Violet #8707E1
RGB
CMYK
RGB Variations
Color information
#8707E1 (or 0x8707E1) is known color: Dark Violet. HEX triplet: 87, 07 and E1. RGB value is (135,7,225). Sum of RGB (Red+Green+Blue) = 135+7+225=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 225 (88.28% from 255 or 61.31% from 367); Max value from RGB is 225 - color contains mainly: blue. Hex color #8707E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8707E1 is #78F81E. Grayscale: #454545. Windows color (decimal): -7927839 or 14747527. OLE color: 14747527.
HSL color Cylindrical-coordinate representation of color #8707E1: hue angle of 275.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8707E1 is Cyan = 0.4, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 7 | 225 | - |
| CMYK | 0.4 | 0.97 | 0 | 0.12 |
| HSL | 275.23º | 0.94% | 0.45% | - |
| HSV(B) | 275.23º | 0.97% | 0.88% | - |
| XYZ | 23.66 | 10.74 | 72.06 | - |
| YUV | 70.12 | 215.41 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 225 | 0.4 | 0.97 | 0 | 0.12 | 275.23 | 0.94 | 0.45 |
| Hex | 87 | 7 | E1 | 28 | 61 | 0 | C | 113 | 5E | 2D |
| Octal | 207 | 7 | 341 | 50 | 141 | 0 | 14 | 423 | 136 | 55 |
| Binary | 10000111 | 111 | 11100001 | 101000 | 1100001 | 0 | 1100 | 100010011 | 1011110 | 101101 |
Color Harmonies of #8707E1
Complementary color
Monochromatic Colors of #8707E1
Black with #8707E1
Text Example
Text Example
White with #8707E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8707E1; }
p { color: rgb(135,7,225); }
H1.HeaderClassName
{
color: #8707E1;
}
.AnyTagClassName
{
color: #8707E1;
}
</style>
background-color css
<style>
a { background-color: #8707E1; }
a { background-color: rgb(135,7,225); }
div.DivClassName
{
background-color: #8707E1;
}
.BgClassName
{
background-color: #8707E1;
}
</style>
border-color css
<style>
span { border-color: #8707E1; }
span { border-color: rgb(135,7,225); }
td.TdClassName
{
border-color: #8707E1;
}
.TagClassName
{
border-color: #8707E1;
}
</style>