Shades of Dark Violet #870FDF
Tints of Dark Violet #870FDF
RGB
CMYK
RGB Variations
Color information
#870FDF (or 0x870FDF) is known color: Dark Violet. HEX triplet: 87, 0F and DF. RGB value is (135,15,223). Sum of RGB (Red+Green+Blue) = 135+15+223=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #870FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FDF is #78F020. Grayscale: #494949. Windows color (decimal): -7925793 or 14618503. OLE color: 14618503.
HSL color Cylindrical-coordinate representation of color #870FDF: hue angle of 274.62º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870FDF is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 15 | 223 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.13 |
| HSL | 274.62º | 0.87% | 0.47% | - |
| HSV(B) | 274.62º | 0.93% | 0.87% | - |
| XYZ | 23.48 | 10.82 | 70.66 | - |
| YUV | 74.59 | 211.76 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 223 | 0.39 | 0.93 | 0 | 0.13 | 274.62 | 0.87 | 0.47 |
| Hex | 87 | F | DF | 27 | 5D | 0 | D | 113 | 57 | 2F |
| Octal | 207 | 17 | 337 | 47 | 135 | 0 | 15 | 423 | 127 | 57 |
| Binary | 10000111 | 1111 | 11011111 | 100111 | 1011101 | 0 | 1101 | 100010011 | 1010111 | 101111 |
Color Harmonies of #870FDF
Complementary color
Monochromatic Colors of #870FDF
Black with #870FDF
Text Example
Text Example
White with #870FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FDF; }
p { color: rgb(135,15,223); }
H1.HeaderClassName
{
color: #870FDF;
}
.AnyTagClassName
{
color: #870FDF;
}
</style>
background-color css
<style>
a { background-color: #870FDF; }
a { background-color: rgb(135,15,223); }
div.DivClassName
{
background-color: #870FDF;
}
.BgClassName
{
background-color: #870FDF;
}
</style>
border-color css
<style>
span { border-color: #870FDF; }
span { border-color: rgb(135,15,223); }
td.TdClassName
{
border-color: #870FDF;
}
.TagClassName
{
border-color: #870FDF;
}
</style>