Shades of Dark Violet #870DC2
Tints of Dark Violet #870DC2
RGB
CMYK
RGB Variations
Color information
#870DC2 (or 0x870DC2) is known color: Dark Violet. HEX triplet: 87, 0D and C2. RGB value is (135,13,194). Sum of RGB (Red+Green+Blue) = 135+13+194=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #870DC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DC2 is #78F23D. Grayscale: #454545. Windows color (decimal): -7926334 or 12717447. OLE color: 12717447.
HSL color Cylindrical-coordinate representation of color #870DC2: hue angle of 280.44º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870DC2 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 13 | 194 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.24 |
| HSL | 280.44º | 0.87% | 0.41% | - |
| HSV(B) | 280.44º | 0.93% | 0.76% | - |
| XYZ | 19.87 | 9.33 | 51.79 | - |
| YUV | 70.11 | 197.92 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 194 | 0.30 | 0.93 | 0 | 0.24 | 280.44 | 0.87 | 0.41 |
| Hex | 87 | D | C2 | 1E | 5D | 0 | 18 | 118 | 57 | 29 |
| Octal | 207 | 15 | 302 | 36 | 135 | 0 | 30 | 430 | 127 | 51 |
| Binary | 10000111 | 1101 | 11000010 | 11110 | 1011101 | 0 | 11000 | 100011000 | 1010111 | 101001 |
Color Harmonies of #870DC2
Complementary color
Monochromatic Colors of #870DC2
Black with #870DC2
Text Example
Text Example
White with #870DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DC2; }
p { color: rgb(135,13,194); }
H1.HeaderClassName
{
color: #870DC2;
}
.AnyTagClassName
{
color: #870DC2;
}
</style>
background-color css
<style>
a { background-color: #870DC2; }
a { background-color: rgb(135,13,194); }
div.DivClassName
{
background-color: #870DC2;
}
.BgClassName
{
background-color: #870DC2;
}
</style>
border-color css
<style>
span { border-color: #870DC2; }
span { border-color: rgb(135,13,194); }
td.TdClassName
{
border-color: #870DC2;
}
.TagClassName
{
border-color: #870DC2;
}
</style>