Shades of Dark Violet #870ECC
Tints of Dark Violet #870ECC
RGB
CMYK
RGB Variations
Color information
#870ECC (or 0x870ECC) is known color: Dark Violet. HEX triplet: 87, 0E and CC. RGB value is (135,14,204). Sum of RGB (Red+Green+Blue) = 135+14+204=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #870ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ECC is #78F133. Grayscale: #474747. Windows color (decimal): -7926068 or 13373063. OLE color: 13373063.
HSL color Cylindrical-coordinate representation of color #870ECC: hue angle of 278.21º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870ECC is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 14 | 204 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.2 |
| HSL | 278.21º | 0.87% | 0.43% | - |
| HSV(B) | 278.21º | 0.93% | 0.8% | - |
| XYZ | 21.05 | 9.82 | 57.91 | - |
| YUV | 71.84 | 202.59 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 14 | 204 | 0.34 | 0.93 | 0 | 0.2 | 278.21 | 0.87 | 0.43 |
| Hex | 87 | E | CC | 22 | 5D | 0 | 14 | 116 | 57 | 2B |
| Octal | 207 | 16 | 314 | 42 | 135 | 0 | 24 | 426 | 127 | 53 |
| Binary | 10000111 | 1110 | 11001100 | 100010 | 1011101 | 0 | 10100 | 100010110 | 1010111 | 101011 |
Color Harmonies of #870ECC
Complementary color
Monochromatic Colors of #870ECC
Black with #870ECC
Text Example
Text Example
White with #870ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870ECC; }
p { color: rgb(135,14,204); }
H1.HeaderClassName
{
color: #870ECC;
}
.AnyTagClassName
{
color: #870ECC;
}
</style>
background-color css
<style>
a { background-color: #870ECC; }
a { background-color: rgb(135,14,204); }
div.DivClassName
{
background-color: #870ECC;
}
.BgClassName
{
background-color: #870ECC;
}
</style>
border-color css
<style>
span { border-color: #870ECC; }
span { border-color: rgb(135,14,204); }
td.TdClassName
{
border-color: #870ECC;
}
.TagClassName
{
border-color: #870ECC;
}
</style>