Shades of Dark Violet #870ACD
Tints of Dark Violet #870ACD
RGB
CMYK
RGB Variations
Color information
#870ACD (or 0x870ACD) is known color: Dark Violet. HEX triplet: 87, 0A and CD. RGB value is (135,10,205). Sum of RGB (Red+Green+Blue) = 135+10+205=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #870ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870ACD is #78F532. Grayscale: #444444. Windows color (decimal): -7927091 or 13437575. OLE color: 13437575.
HSL color Cylindrical-coordinate representation of color #870ACD: hue angle of 278.46º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870ACD is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 10 | 205 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.20 |
| HSL | 278.46º | 0.91% | 0.42% | - |
| HSV(B) | 278.46º | 0.95% | 0.8% | - |
| XYZ | 21.12 | 9.78 | 58.53 | - |
| YUV | 69.61 | 204.41 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 205 | 0.34 | 0.95 | 0 | 0.20 | 278.46 | 0.91 | 0.42 |
| Hex | 87 | A | CD | 22 | 5F | 0 | 14 | 116 | 5B | 2A |
| Octal | 207 | 12 | 315 | 42 | 137 | 0 | 24 | 426 | 133 | 52 |
| Binary | 10000111 | 1010 | 11001101 | 100010 | 1011111 | 0 | 10100 | 100010110 | 1011011 | 101010 |
Color Harmonies of #870ACD
Complementary color
Monochromatic Colors of #870ACD
Black with #870ACD
Text Example
Text Example
White with #870ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870ACD; }
p { color: rgb(135,10,205); }
H1.HeaderClassName
{
color: #870ACD;
}
.AnyTagClassName
{
color: #870ACD;
}
</style>
background-color css
<style>
a { background-color: #870ACD; }
a { background-color: rgb(135,10,205); }
div.DivClassName
{
background-color: #870ACD;
}
.BgClassName
{
background-color: #870ACD;
}
</style>
border-color css
<style>
span { border-color: #870ACD; }
span { border-color: rgb(135,10,205); }
td.TdClassName
{
border-color: #870ACD;
}
.TagClassName
{
border-color: #870ACD;
}
</style>