Shades of Dark Violet #8702D7
Tints of Dark Violet #8702D7
RGB
CMYK
RGB Variations
Color information
#8702D7 (or 0x8702D7) is known color: Dark Violet. HEX triplet: 87, 02 and D7. RGB value is (135,2,215). Sum of RGB (Red+Green+Blue) = 135+2+215=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 215 (84.38% from 255 or 61.08% from 352); Max value from RGB is 215 - color contains mainly: blue. Hex color #8702D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8702D7 is #78FD28. Grayscale: #414141. Windows color (decimal): -7929129 or 14090887. OLE color: 14090887.
HSL color Cylindrical-coordinate representation of color #8702D7: hue angle of 277.46º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702D7 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 2 | 215 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.16 |
| HSL | 277.46º | 0.98% | 0.43% | - |
| HSV(B) | 277.46º | 0.99% | 0.84% | - |
| XYZ | 22.28 | 10.1 | 65.07 | - |
| YUV | 66.05 | 212.06 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 215 | 0.37 | 0.99 | 0 | 0.16 | 277.46 | 0.98 | 0.43 |
| Hex | 87 | 2 | D7 | 25 | 63 | 0 | 10 | 115 | 62 | 2B |
| Octal | 207 | 2 | 327 | 45 | 143 | 0 | 20 | 425 | 142 | 53 |
| Binary | 10000111 | 10 | 11010111 | 100101 | 1100011 | 0 | 10000 | 100010101 | 1100010 | 101011 |
Color Harmonies of #8702D7
Complementary color
Monochromatic Colors of #8702D7
Black with #8702D7
Text Example
Text Example
White with #8702D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8702D7; }
p { color: rgb(135,2,215); }
H1.HeaderClassName
{
color: #8702D7;
}
.AnyTagClassName
{
color: #8702D7;
}
</style>
background-color css
<style>
a { background-color: #8702D7; }
a { background-color: rgb(135,2,215); }
div.DivClassName
{
background-color: #8702D7;
}
.BgClassName
{
background-color: #8702D7;
}
</style>
border-color css
<style>
span { border-color: #8702D7; }
span { border-color: rgb(135,2,215); }
td.TdClassName
{
border-color: #8702D7;
}
.TagClassName
{
border-color: #8702D7;
}
</style>