Shades of Dark Violet #870FDC
Tints of Dark Violet #870FDC
RGB
CMYK
RGB Variations
Color information
#870FDC (or 0x870FDC) is known color: Dark Violet. HEX triplet: 87, 0F and DC. RGB value is (135,15,220). Sum of RGB (Red+Green+Blue) = 135+15+220=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #870FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FDC is #78F023. Grayscale: #494949. Windows color (decimal): -7925796 or 14421895. OLE color: 14421895.
HSL color Cylindrical-coordinate representation of color #870FDC: hue angle of 275.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870FDC is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 15 | 220 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.14 |
| HSL | 275.12º | 0.87% | 0.46% | - |
| HSV(B) | 275.12º | 0.93% | 0.86% | - |
| XYZ | 23.08 | 10.66 | 68.55 | - |
| YUV | 74.25 | 210.26 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 220 | 0.39 | 0.93 | 0 | 0.14 | 275.12 | 0.87 | 0.46 |
| Hex | 87 | F | DC | 27 | 5D | 0 | E | 113 | 57 | 2E |
| Octal | 207 | 17 | 334 | 47 | 135 | 0 | 16 | 423 | 127 | 56 |
| Binary | 10000111 | 1111 | 11011100 | 100111 | 1011101 | 0 | 1110 | 100010011 | 1010111 | 101110 |
Color Harmonies of #870FDC
Complementary color
Monochromatic Colors of #870FDC
Black with #870FDC
Text Example
Text Example
White with #870FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FDC; }
p { color: rgb(135,15,220); }
H1.HeaderClassName
{
color: #870FDC;
}
.AnyTagClassName
{
color: #870FDC;
}
</style>
background-color css
<style>
a { background-color: #870FDC; }
a { background-color: rgb(135,15,220); }
div.DivClassName
{
background-color: #870FDC;
}
.BgClassName
{
background-color: #870FDC;
}
</style>
border-color css
<style>
span { border-color: #870FDC; }
span { border-color: rgb(135,15,220); }
td.TdClassName
{
border-color: #870FDC;
}
.TagClassName
{
border-color: #870FDC;
}
</style>