Shades of Dark Violet #8702EF
Tints of Dark Violet #8702EF
RGB
CMYK
RGB Variations
Color information
#8702EF (or 0x8702EF) is known color: Dark Violet. HEX triplet: 87, 02 and EF. RGB value is (135,2,239). Sum of RGB (Red+Green+Blue) = 135+2+239=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #8702EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8702EF is #78FD10. Grayscale: #434343. Windows color (decimal): -7929105 or 15663751. OLE color: 15663751.
HSL color Cylindrical-coordinate representation of color #8702EF: hue angle of 273.67º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702EF is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 2 | 239 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.06 |
| HSL | 273.67º | 0.98% | 0.47% | - |
| HSV(B) | 273.67º | 0.99% | 0.94% | - |
| XYZ | 25.59 | 11.43 | 82.52 | - |
| YUV | 68.79 | 224.06 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 239 | 0.44 | 0.99 | 0 | 0.06 | 273.67 | 0.98 | 0.47 |
| Hex | 87 | 2 | EF | 2C | 63 | 0 | 6 | 112 | 62 | 2F |
| Octal | 207 | 2 | 357 | 54 | 143 | 0 | 6 | 422 | 142 | 57 |
| Binary | 10000111 | 10 | 11101111 | 101100 | 1100011 | 0 | 110 | 100010010 | 1100010 | 101111 |
Color Harmonies of #8702EF
Complementary color
Monochromatic Colors of #8702EF
Black with #8702EF
Text Example
Text Example
White with #8702EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8702EF; }
p { color: rgb(135,2,239); }
H1.HeaderClassName
{
color: #8702EF;
}
.AnyTagClassName
{
color: #8702EF;
}
</style>
background-color css
<style>
a { background-color: #8702EF; }
a { background-color: rgb(135,2,239); }
div.DivClassName
{
background-color: #8702EF;
}
.BgClassName
{
background-color: #8702EF;
}
</style>
border-color css
<style>
span { border-color: #8702EF; }
span { border-color: rgb(135,2,239); }
td.TdClassName
{
border-color: #8702EF;
}
.TagClassName
{
border-color: #8702EF;
}
</style>