Shades of Dark Violet #870FDD
Tints of Dark Violet #870FDD
RGB
CMYK
RGB Variations
Color information
#870FDD (or 0x870FDD) is known color: Dark Violet. HEX triplet: 87, 0F and DD. RGB value is (135,15,221). Sum of RGB (Red+Green+Blue) = 135+15+221=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #870FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870FDD is #78F022. Grayscale: #494949. Windows color (decimal): -7925795 or 14487431. OLE color: 14487431.
HSL color Cylindrical-coordinate representation of color #870FDD: hue angle of 274.95º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870FDD is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 15 | 221 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.13 |
| HSL | 274.95º | 0.87% | 0.46% | - |
| HSV(B) | 274.95º | 0.93% | 0.87% | - |
| XYZ | 23.21 | 10.71 | 69.25 | - |
| YUV | 74.36 | 210.76 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 221 | 0.39 | 0.93 | 0 | 0.13 | 274.95 | 0.87 | 0.46 |
| Hex | 87 | F | DD | 27 | 5D | 0 | D | 113 | 57 | 2E |
| Octal | 207 | 17 | 335 | 47 | 135 | 0 | 15 | 423 | 127 | 56 |
| Binary | 10000111 | 1111 | 11011101 | 100111 | 1011101 | 0 | 1101 | 100010011 | 1010111 | 101110 |
Color Harmonies of #870FDD
Complementary color
Monochromatic Colors of #870FDD
Black with #870FDD
Text Example
Text Example
White with #870FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870FDD; }
p { color: rgb(135,15,221); }
H1.HeaderClassName
{
color: #870FDD;
}
.AnyTagClassName
{
color: #870FDD;
}
</style>
background-color css
<style>
a { background-color: #870FDD; }
a { background-color: rgb(135,15,221); }
div.DivClassName
{
background-color: #870FDD;
}
.BgClassName
{
background-color: #870FDD;
}
</style>
border-color css
<style>
span { border-color: #870FDD; }
span { border-color: rgb(135,15,221); }
td.TdClassName
{
border-color: #870FDD;
}
.TagClassName
{
border-color: #870FDD;
}
</style>