Shades of Dark Violet #8707EC
Tints of Dark Violet #8707EC
RGB
CMYK
RGB Variations
Color information
#8707EC (or 0x8707EC) is known color: Dark Violet. HEX triplet: 87, 07 and EC. RGB value is (135,7,236). Sum of RGB (Red+Green+Blue) = 135+7+236=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #8707EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8707EC is #78F813. Grayscale: #464646. Windows color (decimal): -7927828 or 15468423. OLE color: 15468423.
HSL color Cylindrical-coordinate representation of color #8707EC: hue angle of 273.54º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8707EC is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 7 | 236 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.07 |
| HSL | 273.54º | 0.94% | 0.48% | - |
| HSV(B) | 273.54º | 0.97% | 0.93% | - |
| XYZ | 25.21 | 11.36 | 80.22 | - |
| YUV | 71.38 | 220.91 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 236 | 0.43 | 0.97 | 0 | 0.07 | 273.54 | 0.94 | 0.48 |
| Hex | 87 | 7 | EC | 2B | 61 | 0 | 7 | 112 | 5E | 30 |
| Octal | 207 | 7 | 354 | 53 | 141 | 0 | 7 | 422 | 136 | 60 |
| Binary | 10000111 | 111 | 11101100 | 101011 | 1100001 | 0 | 111 | 100010010 | 1011110 | 110000 |
Color Harmonies of #8707EC
Complementary color
Monochromatic Colors of #8707EC
Black with #8707EC
Text Example
Text Example
White with #8707EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8707EC; }
p { color: rgb(135,7,236); }
H1.HeaderClassName
{
color: #8707EC;
}
.AnyTagClassName
{
color: #8707EC;
}
</style>
background-color css
<style>
a { background-color: #8707EC; }
a { background-color: rgb(135,7,236); }
div.DivClassName
{
background-color: #8707EC;
}
.BgClassName
{
background-color: #8707EC;
}
</style>
border-color css
<style>
span { border-color: #8707EC; }
span { border-color: rgb(135,7,236); }
td.TdClassName
{
border-color: #8707EC;
}
.TagClassName
{
border-color: #8707EC;
}
</style>