Shades of Dark Violet #8702EE
Tints of Dark Violet #8702EE
RGB
CMYK
RGB Variations
Color information
#8702EE (or 0x8702EE) is known color: Dark Violet. HEX triplet: 87, 02 and EE. RGB value is (135,2,238). Sum of RGB (Red+Green+Blue) = 135+2+238=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #8702EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8702EE is #78FD11. Grayscale: #434343. Windows color (decimal): -7929106 or 15598215. OLE color: 15598215.
HSL color Cylindrical-coordinate representation of color #8702EE: hue angle of 273.81º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702EE is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 2 | 238 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.07 |
| HSL | 273.81º | 0.98% | 0.47% | - |
| HSV(B) | 273.81º | 0.99% | 0.93% | - |
| XYZ | 25.45 | 11.37 | 81.74 | - |
| YUV | 68.67 | 223.56 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 238 | 0.43 | 0.99 | 0 | 0.07 | 273.81 | 0.98 | 0.47 |
| Hex | 87 | 2 | EE | 2B | 63 | 0 | 7 | 112 | 62 | 2F |
| Octal | 207 | 2 | 356 | 53 | 143 | 0 | 7 | 422 | 142 | 57 |
| Binary | 10000111 | 10 | 11101110 | 101011 | 1100011 | 0 | 111 | 100010010 | 1100010 | 101111 |
Color Harmonies of #8702EE
Complementary color
Monochromatic Colors of #8702EE
Black with #8702EE
Text Example
Text Example
White with #8702EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8702EE; }
p { color: rgb(135,2,238); }
H1.HeaderClassName
{
color: #8702EE;
}
.AnyTagClassName
{
color: #8702EE;
}
</style>
background-color css
<style>
a { background-color: #8702EE; }
a { background-color: rgb(135,2,238); }
div.DivClassName
{
background-color: #8702EE;
}
.BgClassName
{
background-color: #8702EE;
}
</style>
border-color css
<style>
span { border-color: #8702EE; }
span { border-color: rgb(135,2,238); }
td.TdClassName
{
border-color: #8702EE;
}
.TagClassName
{
border-color: #8702EE;
}
</style>