Shades of Dark Violet #870FDE
Tints of Dark Violet #870FDE
RGB
CMYK
RGB Variations
Color information
#870FDE (or 0x870FDE) is known color: Dark Violet. HEX triplet: 87, 0F and DE. RGB value is (135,15,222). Sum of RGB (Red+Green+Blue) = 135+15+222=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #870FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FDE is #78F021. Grayscale: #494949. Windows color (decimal): -7925794 or 14552967. OLE color: 14552967.
HSL color Cylindrical-coordinate representation of color #870FDE: hue angle of 274.78º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870FDE is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 15 | 222 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.13 |
| HSL | 274.78º | 0.87% | 0.46% | - |
| HSV(B) | 274.78º | 0.93% | 0.87% | - |
| XYZ | 23.35 | 10.77 | 69.95 | - |
| YUV | 74.48 | 211.26 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 222 | 0.39 | 0.93 | 0 | 0.13 | 274.78 | 0.87 | 0.46 |
| Hex | 87 | F | DE | 27 | 5D | 0 | D | 113 | 57 | 2E |
| Octal | 207 | 17 | 336 | 47 | 135 | 0 | 15 | 423 | 127 | 56 |
| Binary | 10000111 | 1111 | 11011110 | 100111 | 1011101 | 0 | 1101 | 100010011 | 1010111 | 101110 |
Color Harmonies of #870FDE
Complementary color
Monochromatic Colors of #870FDE
Black with #870FDE
Text Example
Text Example
White with #870FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FDE; }
p { color: rgb(135,15,222); }
H1.HeaderClassName
{
color: #870FDE;
}
.AnyTagClassName
{
color: #870FDE;
}
</style>
background-color css
<style>
a { background-color: #870FDE; }
a { background-color: rgb(135,15,222); }
div.DivClassName
{
background-color: #870FDE;
}
.BgClassName
{
background-color: #870FDE;
}
</style>
border-color css
<style>
span { border-color: #870FDE; }
span { border-color: rgb(135,15,222); }
td.TdClassName
{
border-color: #870FDE;
}
.TagClassName
{
border-color: #870FDE;
}
</style>