Shades of Dark Violet #8707E0
Tints of Dark Violet #8707E0
RGB
CMYK
RGB Variations
Color information
#8707E0 (or 0x8707E0) is known color: Dark Violet. HEX triplet: 87, 07 and E0. RGB value is (135,7,224). Sum of RGB (Red+Green+Blue) = 135+7+224=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #8707E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8707E0 is #78F81F. Grayscale: #454545. Windows color (decimal): -7927840 or 14681991. OLE color: 14681991.
HSL color Cylindrical-coordinate representation of color #8707E0: hue angle of 275.39º 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 #8707E0 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 7 | 224 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.12 |
| HSL | 275.39º | 0.94% | 0.45% | - |
| HSV(B) | 275.39º | 0.97% | 0.88% | - |
| XYZ | 23.52 | 10.68 | 71.34 | - |
| YUV | 70.01 | 214.91 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 224 | 0.40 | 0.97 | 0 | 0.12 | 275.39 | 0.94 | 0.45 |
| Hex | 87 | 7 | E0 | 28 | 61 | 0 | C | 113 | 5E | 2D |
| Octal | 207 | 7 | 340 | 50 | 141 | 0 | 14 | 423 | 136 | 55 |
| Binary | 10000111 | 111 | 11100000 | 101000 | 1100001 | 0 | 1100 | 100010011 | 1011110 | 101101 |
Color Harmonies of #8707E0
Complementary color
Monochromatic Colors of #8707E0
Black with #8707E0
Text Example
Text Example
White with #8707E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8707E0; }
p { color: rgb(135,7,224); }
H1.HeaderClassName
{
color: #8707E0;
}
.AnyTagClassName
{
color: #8707E0;
}
</style>
background-color css
<style>
a { background-color: #8707E0; }
a { background-color: rgb(135,7,224); }
div.DivClassName
{
background-color: #8707E0;
}
.BgClassName
{
background-color: #8707E0;
}
</style>
border-color css
<style>
span { border-color: #8707E0; }
span { border-color: rgb(135,7,224); }
td.TdClassName
{
border-color: #8707E0;
}
.TagClassName
{
border-color: #8707E0;
}
</style>