Shades of Dark Violet #870CDC
Tints of Dark Violet #870CDC
RGB
CMYK
RGB Variations
Color information
#870CDC (or 0x870CDC) is known color: Dark Violet. HEX triplet: 87, 0C and DC. RGB value is (135,12,220). Sum of RGB (Red+Green+Blue) = 135+12+220=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #870CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870CDC is #78F323. Grayscale: #474747. Windows color (decimal): -7926564 or 14421127. OLE color: 14421127.
HSL color Cylindrical-coordinate representation of color #870CDC: hue angle of 275.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870CDC is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 12 | 220 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.14 |
| HSL | 275.48º | 0.9% | 0.45% | - |
| HSV(B) | 275.48º | 0.95% | 0.86% | - |
| XYZ | 23.04 | 10.58 | 68.54 | - |
| YUV | 72.49 | 211.25 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 220 | 0.39 | 0.95 | 0 | 0.14 | 275.48 | 0.9 | 0.45 |
| Hex | 87 | C | DC | 27 | 5F | 0 | E | 113 | 5A | 2D |
| Octal | 207 | 14 | 334 | 47 | 137 | 0 | 16 | 423 | 132 | 55 |
| Binary | 10000111 | 1100 | 11011100 | 100111 | 1011111 | 0 | 1110 | 100010011 | 1011010 | 101101 |
Color Harmonies of #870CDC
Complementary color
Monochromatic Colors of #870CDC
Black with #870CDC
Text Example
Text Example
White with #870CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870CDC; }
p { color: rgb(135,12,220); }
H1.HeaderClassName
{
color: #870CDC;
}
.AnyTagClassName
{
color: #870CDC;
}
</style>
background-color css
<style>
a { background-color: #870CDC; }
a { background-color: rgb(135,12,220); }
div.DivClassName
{
background-color: #870CDC;
}
.BgClassName
{
background-color: #870CDC;
}
</style>
border-color css
<style>
span { border-color: #870CDC; }
span { border-color: rgb(135,12,220); }
td.TdClassName
{
border-color: #870CDC;
}
.TagClassName
{
border-color: #870CDC;
}
</style>