Shades of Dark Violet #8700DE
Tints of Dark Violet #8700DE
RGB
CMYK
RGB Variations
Color information
#8700DE (or 0x8700DE) is known color: Dark Violet. HEX triplet: 87, 00 and DE. RGB value is (135,0,222). Sum of RGB (Red+Green+Blue) = 135+0+222=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #8700DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8700DE is #78FF21. Grayscale: #404040. Windows color (decimal): -7929634 or 14549127. OLE color: 14549127.
HSL color Cylindrical-coordinate representation of color #8700DE: hue angle of 276.49º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8700DE is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 0 | 222 | - |
| CMYK | 0.39 | 1 | 0 | 0.13 |
| HSL | 276.49º | 1% | 0.44% | - |
| HSV(B) | 276.49º | 1% | 0.87% | - |
| XYZ | 23.18 | 10.42 | 69.9 | - |
| YUV | 65.67 | 216.23 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 222 | 0.39 | 1 | 0 | 0.13 | 276.49 | 1 | 0.44 |
| Hex | 87 | 0 | DE | 27 | 64 | 0 | D | 114 | 64 | 2C |
| Octal | 207 | 0 | 336 | 47 | 144 | 0 | 15 | 424 | 144 | 54 |
| Binary | 10000111 | 0 | 11011110 | 100111 | 1100100 | 0 | 1101 | 100010100 | 1100100 | 101100 |
Color Harmonies of #8700DE
Complementary color
Monochromatic Colors of #8700DE
Black with #8700DE
Text Example
Text Example
White with #8700DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8700DE; }
p { color: rgb(135,0,222); }
H1.HeaderClassName
{
color: #8700DE;
}
.AnyTagClassName
{
color: #8700DE;
}
</style>
background-color css
<style>
a { background-color: #8700DE; }
a { background-color: rgb(135,0,222); }
div.DivClassName
{
background-color: #8700DE;
}
.BgClassName
{
background-color: #8700DE;
}
</style>
border-color css
<style>
span { border-color: #8700DE; }
span { border-color: rgb(135,0,222); }
td.TdClassName
{
border-color: #8700DE;
}
.TagClassName
{
border-color: #8700DE;
}
</style>