Shades of Dark Violet #8700D9
Tints of Dark Violet #8700D9
RGB
CMYK
RGB Variations
Color information
#8700D9 (or 0x8700D9) is known color: Dark Violet. HEX triplet: 87, 00 and D9. RGB value is (135,0,217). Sum of RGB (Red+Green+Blue) = 135+0+217=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 217 (85.16% from 255 or 61.65% from 352); Max value from RGB is 217 - color contains mainly: blue. Hex color #8700D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700D9 is #78FF26. Grayscale: #404040. Windows color (decimal): -7929639 or 14221447. OLE color: 14221447.
HSL color Cylindrical-coordinate representation of color #8700D9: hue angle of 277.33º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8700D9 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 0 | 217 | - |
| CMYK | 0.38 | 1 | 0 | 0.15 |
| HSL | 277.33º | 1% | 0.43% | - |
| HSV(B) | 277.33º | 1% | 0.85% | - |
| XYZ | 22.52 | 10.16 | 66.42 | - |
| YUV | 65.1 | 213.73 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 217 | 0.38 | 1 | 0 | 0.15 | 277.33 | 1 | 0.43 |
| Hex | 87 | 0 | D9 | 26 | 64 | 0 | F | 115 | 64 | 2B |
| Octal | 207 | 0 | 331 | 46 | 144 | 0 | 17 | 425 | 144 | 53 |
| Binary | 10000111 | 0 | 11011001 | 100110 | 1100100 | 0 | 1111 | 100010101 | 1100100 | 101011 |
Color Harmonies of #8700D9
Complementary color
Monochromatic Colors of #8700D9
Black with #8700D9
Text Example
Text Example
White with #8700D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8700D9; }
p { color: rgb(135,0,217); }
H1.HeaderClassName
{
color: #8700D9;
}
.AnyTagClassName
{
color: #8700D9;
}
</style>
background-color css
<style>
a { background-color: #8700D9; }
a { background-color: rgb(135,0,217); }
div.DivClassName
{
background-color: #8700D9;
}
.BgClassName
{
background-color: #8700D9;
}
</style>
border-color css
<style>
span { border-color: #8700D9; }
span { border-color: rgb(135,0,217); }
td.TdClassName
{
border-color: #8700D9;
}
.TagClassName
{
border-color: #8700D9;
}
</style>