Shades of Dark Violet #870CE0
Tints of Dark Violet #870CE0
RGB
CMYK
RGB Variations
Color information
#870CE0 (or 0x870CE0) is known color: Dark Violet. HEX triplet: 87, 0C and E0. RGB value is (135,12,224). Sum of RGB (Red+Green+Blue) = 135+12+224=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #870CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CE0 is #78F31F. Grayscale: #484848. Windows color (decimal): -7926560 or 14683271. OLE color: 14683271.
HSL color Cylindrical-coordinate representation of color #870CE0: hue angle of 274.81º 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 #870CE0 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 12 | 224 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.12 |
| HSL | 274.81º | 0.9% | 0.46% | - |
| HSV(B) | 274.81º | 0.95% | 0.88% | - |
| XYZ | 23.58 | 10.8 | 71.36 | - |
| YUV | 72.95 | 213.25 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 224 | 0.40 | 0.95 | 0 | 0.12 | 274.81 | 0.9 | 0.46 |
| Hex | 87 | C | E0 | 28 | 5F | 0 | C | 113 | 5A | 2E |
| Octal | 207 | 14 | 340 | 50 | 137 | 0 | 14 | 423 | 132 | 56 |
| Binary | 10000111 | 1100 | 11100000 | 101000 | 1011111 | 0 | 1100 | 100010011 | 1011010 | 101110 |
Color Harmonies of #870CE0
Complementary color
Monochromatic Colors of #870CE0
Black with #870CE0
Text Example
Text Example
White with #870CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CE0; }
p { color: rgb(135,12,224); }
H1.HeaderClassName
{
color: #870CE0;
}
.AnyTagClassName
{
color: #870CE0;
}
</style>
background-color css
<style>
a { background-color: #870CE0; }
a { background-color: rgb(135,12,224); }
div.DivClassName
{
background-color: #870CE0;
}
.BgClassName
{
background-color: #870CE0;
}
</style>
border-color css
<style>
span { border-color: #870CE0; }
span { border-color: rgb(135,12,224); }
td.TdClassName
{
border-color: #870CE0;
}
.TagClassName
{
border-color: #870CE0;
}
</style>