Shades of Dark Violet #870DDC
Tints of Dark Violet #870DDC
RGB
CMYK
RGB Variations
Color information
#870DDC (or 0x870DDC) is known color: Dark Violet. HEX triplet: 87, 0D and DC. RGB value is (135,13,220). Sum of RGB (Red+Green+Blue) = 135+13+220=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #870DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DDC is #78F223. Grayscale: #484848. Windows color (decimal): -7926308 or 14421383. OLE color: 14421383.
HSL color Cylindrical-coordinate representation of color #870DDC: hue angle of 275.36º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870DDC is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 13 | 220 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.14 |
| HSL | 275.36º | 0.89% | 0.46% | - |
| HSV(B) | 275.36º | 0.94% | 0.86% | - |
| XYZ | 23.05 | 10.61 | 68.54 | - |
| YUV | 73.08 | 210.92 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 220 | 0.39 | 0.94 | 0 | 0.14 | 275.36 | 0.89 | 0.46 |
| Hex | 87 | D | DC | 27 | 5E | 0 | E | 113 | 59 | 2E |
| Octal | 207 | 15 | 334 | 47 | 136 | 0 | 16 | 423 | 131 | 56 |
| Binary | 10000111 | 1101 | 11011100 | 100111 | 1011110 | 0 | 1110 | 100010011 | 1011001 | 101110 |
Color Harmonies of #870DDC
Complementary color
Monochromatic Colors of #870DDC
Black with #870DDC
Text Example
Text Example
White with #870DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DDC; }
p { color: rgb(135,13,220); }
H1.HeaderClassName
{
color: #870DDC;
}
.AnyTagClassName
{
color: #870DDC;
}
</style>
background-color css
<style>
a { background-color: #870DDC; }
a { background-color: rgb(135,13,220); }
div.DivClassName
{
background-color: #870DDC;
}
.BgClassName
{
background-color: #870DDC;
}
</style>
border-color css
<style>
span { border-color: #870DDC; }
span { border-color: rgb(135,13,220); }
td.TdClassName
{
border-color: #870DDC;
}
.TagClassName
{
border-color: #870DDC;
}
</style>