Shades of Dark Violet #8702AF
Tints of Dark Violet #8702AF
RGB
CMYK
RGB Variations
Color information
#8702AF (or 0x8702AF) is known color: Dark Violet. HEX triplet: 87, 02 and AF. RGB value is (135,2,175). Sum of RGB (Red+Green+Blue) = 135+2+175=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #8702AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8702AF is #78FD50. Grayscale: #3C3C3C. Windows color (decimal): -7929169 or 11469447. OLE color: 11469447.
HSL color Cylindrical-coordinate representation of color #8702AF: hue angle of 286.13º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702AF is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 2 | 175 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.31 |
| HSL | 286.13º | 0.98% | 0.35% | - |
| HSV(B) | 286.13º | 0.99% | 0.69% | - |
| XYZ | 17.75 | 8.29 | 41.22 | - |
| YUV | 61.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 175 | 0.23 | 0.99 | 0 | 0.31 | 286.13 | 0.98 | 0.35 |
| Hex | 87 | 2 | AF | 17 | 63 | 0 | 1F | 11E | 62 | 23 |
| Octal | 207 | 2 | 257 | 27 | 143 | 0 | 37 | 436 | 142 | 43 |
| Binary | 10000111 | 10 | 10101111 | 10111 | 1100011 | 0 | 11111 | 100011110 | 1100010 | 100011 |
Color Harmonies of #8702AF
Complementary color
Monochromatic Colors of #8702AF
Black with #8702AF
Text Example
Text Example
White with #8702AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8702AF; }
p { color: rgb(135,2,175); }
H1.HeaderClassName
{
color: #8702AF;
}
.AnyTagClassName
{
color: #8702AF;
}
</style>
background-color css
<style>
a { background-color: #8702AF; }
a { background-color: rgb(135,2,175); }
div.DivClassName
{
background-color: #8702AF;
}
.BgClassName
{
background-color: #8702AF;
}
</style>
border-color css
<style>
span { border-color: #8702AF; }
span { border-color: rgb(135,2,175); }
td.TdClassName
{
border-color: #8702AF;
}
.TagClassName
{
border-color: #8702AF;
}
</style>