Shades of Dark Violet #870DDF
Tints of Dark Violet #870DDF
RGB
CMYK
RGB Variations
Color information
#870DDF (or 0x870DDF) is known color: Dark Violet. HEX triplet: 87, 0D and DF. RGB value is (135,13,223). Sum of RGB (Red+Green+Blue) = 135+13+223=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #870DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DDF is #78F220. Grayscale: #484848. Windows color (decimal): -7926305 or 14617991. OLE color: 14617991.
HSL color Cylindrical-coordinate representation of color #870DDF: hue angle of 274.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870DDF is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 13 | 223 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.13 |
| HSL | 274.86º | 0.89% | 0.46% | - |
| HSV(B) | 274.86º | 0.94% | 0.87% | - |
| XYZ | 23.45 | 10.77 | 70.65 | - |
| YUV | 73.42 | 212.42 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 223 | 0.39 | 0.94 | 0 | 0.13 | 274.86 | 0.89 | 0.46 |
| Hex | 87 | D | DF | 27 | 5E | 0 | D | 113 | 59 | 2E |
| Octal | 207 | 15 | 337 | 47 | 136 | 0 | 15 | 423 | 131 | 56 |
| Binary | 10000111 | 1101 | 11011111 | 100111 | 1011110 | 0 | 1101 | 100010011 | 1011001 | 101110 |
Color Harmonies of #870DDF
Complementary color
Monochromatic Colors of #870DDF
Black with #870DDF
Text Example
Text Example
White with #870DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DDF; }
p { color: rgb(135,13,223); }
H1.HeaderClassName
{
color: #870DDF;
}
.AnyTagClassName
{
color: #870DDF;
}
</style>
background-color css
<style>
a { background-color: #870DDF; }
a { background-color: rgb(135,13,223); }
div.DivClassName
{
background-color: #870DDF;
}
.BgClassName
{
background-color: #870DDF;
}
</style>
border-color css
<style>
span { border-color: #870DDF; }
span { border-color: rgb(135,13,223); }
td.TdClassName
{
border-color: #870DDF;
}
.TagClassName
{
border-color: #870DDF;
}
</style>