Shades of Dark Violet #8700E0
Tints of Dark Violet #8700E0
RGB
CMYK
RGB Variations
Color information
#8700E0 (or 0x8700E0) is known color: Dark Violet. HEX triplet: 87, 00 and E0. RGB value is (135,0,224). Sum of RGB (Red+Green+Blue) = 135+0+224=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #8700E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700E0 is #78FF1F. Grayscale: #414141. Windows color (decimal): -7929632 or 14680199. OLE color: 14680199.
HSL color Cylindrical-coordinate representation of color #8700E0: hue angle of 276.16º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8700E0 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 0 | 224 | - |
| CMYK | 0.40 | 1 | 0 | 0.12 |
| HSL | 276.16º | 1% | 0.44% | - |
| HSV(B) | 276.16º | 1% | 0.88% | - |
| XYZ | 23.45 | 10.53 | 71.32 | - |
| YUV | 65.9 | 217.23 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 224 | 0.40 | 1 | 0 | 0.12 | 276.16 | 1 | 0.44 |
| Hex | 87 | 0 | E0 | 28 | 64 | 0 | C | 114 | 64 | 2C |
| Octal | 207 | 0 | 340 | 50 | 144 | 0 | 14 | 424 | 144 | 54 |
| Binary | 10000111 | 0 | 11100000 | 101000 | 1100100 | 0 | 1100 | 100010100 | 1100100 | 101100 |
Color Harmonies of #8700E0
Complementary color
Monochromatic Colors of #8700E0
Black with #8700E0
Text Example
Text Example
White with #8700E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8700E0; }
p { color: rgb(135,0,224); }
H1.HeaderClassName
{
color: #8700E0;
}
.AnyTagClassName
{
color: #8700E0;
}
</style>
background-color css
<style>
a { background-color: #8700E0; }
a { background-color: rgb(135,0,224); }
div.DivClassName
{
background-color: #8700E0;
}
.BgClassName
{
background-color: #8700E0;
}
</style>
border-color css
<style>
span { border-color: #8700E0; }
span { border-color: rgb(135,0,224); }
td.TdClassName
{
border-color: #8700E0;
}
.TagClassName
{
border-color: #8700E0;
}
</style>