Shades of Dark Violet #8702BE
Tints of Dark Violet #8702BE
RGB
CMYK
RGB Variations
Color information
#8702BE (or 0x8702BE) is known color: Dark Violet. HEX triplet: 87, 02 and BE. RGB value is (135,2,190). Sum of RGB (Red+Green+Blue) = 135+2+190=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #8702BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8702BE is #78FD41. Grayscale: #3E3E3E. Windows color (decimal): -7929154 or 12452487. OLE color: 12452487.
HSL color Cylindrical-coordinate representation of color #8702BE: hue angle of 282.45º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702BE is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 2 | 190 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.25 |
| HSL | 282.45º | 0.98% | 0.38% | - |
| HSV(B) | 282.45º | 0.99% | 0.75% | - |
| XYZ | 19.31 | 8.91 | 49.42 | - |
| YUV | 63.2 | 199.56 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 190 | 0.29 | 0.99 | 0 | 0.25 | 282.45 | 0.98 | 0.38 |
| Hex | 87 | 2 | BE | 1D | 63 | 0 | 19 | 11A | 62 | 26 |
| Octal | 207 | 2 | 276 | 35 | 143 | 0 | 31 | 432 | 142 | 46 |
| Binary | 10000111 | 10 | 10111110 | 11101 | 1100011 | 0 | 11001 | 100011010 | 1100010 | 100110 |
Color Harmonies of #8702BE
Complementary color
Monochromatic Colors of #8702BE
Black with #8702BE
Text Example
Text Example
White with #8702BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8702BE; }
p { color: rgb(135,2,190); }
H1.HeaderClassName
{
color: #8702BE;
}
.AnyTagClassName
{
color: #8702BE;
}
</style>
background-color css
<style>
a { background-color: #8702BE; }
a { background-color: rgb(135,2,190); }
div.DivClassName
{
background-color: #8702BE;
}
.BgClassName
{
background-color: #8702BE;
}
</style>
border-color css
<style>
span { border-color: #8702BE; }
span { border-color: rgb(135,2,190); }
td.TdClassName
{
border-color: #8702BE;
}
.TagClassName
{
border-color: #8702BE;
}
</style>