Shades of Dark Violet #870DCD
Tints of Dark Violet #870DCD
RGB
CMYK
RGB Variations
Color information
#870DCD (or 0x870DCD) is known color: Dark Violet. HEX triplet: 87, 0D and CD. RGB value is (135,13,205). Sum of RGB (Red+Green+Blue) = 135+13+205=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #870DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DCD is #78F232. Grayscale: #464646. Windows color (decimal): -7926323 or 13438343. OLE color: 13438343.
HSL color Cylindrical-coordinate representation of color #870DCD: hue angle of 278.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870DCD is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 13 | 205 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.20 |
| HSL | 278.13º | 0.88% | 0.43% | - |
| HSV(B) | 278.13º | 0.94% | 0.8% | - |
| XYZ | 21.16 | 9.85 | 58.54 | - |
| YUV | 71.37 | 203.42 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 205 | 0.34 | 0.94 | 0 | 0.20 | 278.13 | 0.88 | 0.43 |
| Hex | 87 | D | CD | 22 | 5E | 0 | 14 | 116 | 58 | 2B |
| Octal | 207 | 15 | 315 | 42 | 136 | 0 | 24 | 426 | 130 | 53 |
| Binary | 10000111 | 1101 | 11001101 | 100010 | 1011110 | 0 | 10100 | 100010110 | 1011000 | 101011 |
Color Harmonies of #870DCD
Complementary color
Monochromatic Colors of #870DCD
Black with #870DCD
Text Example
Text Example
White with #870DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DCD; }
p { color: rgb(135,13,205); }
H1.HeaderClassName
{
color: #870DCD;
}
.AnyTagClassName
{
color: #870DCD;
}
</style>
background-color css
<style>
a { background-color: #870DCD; }
a { background-color: rgb(135,13,205); }
div.DivClassName
{
background-color: #870DCD;
}
.BgClassName
{
background-color: #870DCD;
}
</style>
border-color css
<style>
span { border-color: #870DCD; }
span { border-color: rgb(135,13,205); }
td.TdClassName
{
border-color: #870DCD;
}
.TagClassName
{
border-color: #870DCD;
}
</style>