Shades of Dark Violet #870CE1
Tints of Dark Violet #870CE1
RGB
CMYK
RGB Variations
Color information
#870CE1 (or 0x870CE1) is known color: Dark Violet. HEX triplet: 87, 0C and E1. RGB value is (135,12,225). Sum of RGB (Red+Green+Blue) = 135+12+225=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #870CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CE1 is #78F31E. Grayscale: #484848. Windows color (decimal): -7926559 or 14748807. OLE color: 14748807.
HSL color Cylindrical-coordinate representation of color #870CE1: hue angle of 274.65º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870CE1 is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 12 | 225 | - |
| CMYK | 0.4 | 0.95 | 0 | 0.12 |
| HSL | 274.65º | 0.9% | 0.46% | - |
| HSV(B) | 274.65º | 0.95% | 0.88% | - |
| XYZ | 23.71 | 10.85 | 72.08 | - |
| YUV | 73.06 | 213.75 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 225 | 0.4 | 0.95 | 0 | 0.12 | 274.65 | 0.9 | 0.46 |
| Hex | 87 | C | E1 | 28 | 5F | 0 | C | 113 | 5A | 2E |
| Octal | 207 | 14 | 341 | 50 | 137 | 0 | 14 | 423 | 132 | 56 |
| Binary | 10000111 | 1100 | 11100001 | 101000 | 1011111 | 0 | 1100 | 100010011 | 1011010 | 101110 |
Color Harmonies of #870CE1
Complementary color
Monochromatic Colors of #870CE1
Black with #870CE1
Text Example
Text Example
White with #870CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CE1; }
p { color: rgb(135,12,225); }
H1.HeaderClassName
{
color: #870CE1;
}
.AnyTagClassName
{
color: #870CE1;
}
</style>
background-color css
<style>
a { background-color: #870CE1; }
a { background-color: rgb(135,12,225); }
div.DivClassName
{
background-color: #870CE1;
}
.BgClassName
{
background-color: #870CE1;
}
</style>
border-color css
<style>
span { border-color: #870CE1; }
span { border-color: rgb(135,12,225); }
td.TdClassName
{
border-color: #870CE1;
}
.TagClassName
{
border-color: #870CE1;
}
</style>