Shades of Dark Violet #8701EC
Tints of Dark Violet #8701EC
RGB
CMYK
RGB Variations
Color information
#8701EC (or 0x8701EC) is known color: Dark Violet. HEX triplet: 87, 01 and EC. RGB value is (135,1,236). Sum of RGB (Red+Green+Blue) = 135+1+236=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #8701EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8701EC is #78FE13. Grayscale: #434343. Windows color (decimal): -7929364 or 15466887. OLE color: 15466887.
HSL color Cylindrical-coordinate representation of color #8701EC: hue angle of 274.21º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8701EC is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 1 | 236 | - |
| CMYK | 0.43 | 1.00 | 0 | 0.07 |
| HSL | 274.21º | 0.99% | 0.46% | - |
| HSV(B) | 274.21º | 1% | 0.93% | - |
| XYZ | 25.14 | 11.23 | 80.2 | - |
| YUV | 67.86 | 222.89 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 236 | 0.43 | 1.00 | 0 | 0.07 | 274.21 | 0.99 | 0.46 |
| Hex | 87 | 1 | EC | 2B | 64 | 0 | 7 | 112 | 63 | 2E |
| Octal | 207 | 1 | 354 | 53 | 144 | 0 | 7 | 422 | 143 | 56 |
| Binary | 10000111 | 1 | 11101100 | 101011 | 1100100 | 0 | 111 | 100010010 | 1100011 | 101110 |
Color Harmonies of #8701EC
Complementary color
Monochromatic Colors of #8701EC
Black with #8701EC
Text Example
Text Example
White with #8701EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8701EC; }
p { color: rgb(135,1,236); }
H1.HeaderClassName
{
color: #8701EC;
}
.AnyTagClassName
{
color: #8701EC;
}
</style>
background-color css
<style>
a { background-color: #8701EC; }
a { background-color: rgb(135,1,236); }
div.DivClassName
{
background-color: #8701EC;
}
.BgClassName
{
background-color: #8701EC;
}
</style>
border-color css
<style>
span { border-color: #8701EC; }
span { border-color: rgb(135,1,236); }
td.TdClassName
{
border-color: #8701EC;
}
.TagClassName
{
border-color: #8701EC;
}
</style>