Shades of Dark Violet #870DB4
Tints of Dark Violet #870DB4
RGB
CMYK
RGB Variations
Color information
#870DB4 (or 0x870DB4) is known color: Dark Violet. HEX triplet: 87, 0D and B4. RGB value is (135,13,180). Sum of RGB (Red+Green+Blue) = 135+13+180=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 180 (70.70% from 255 or 54.88% from 328); Max value from RGB is 180 - color contains mainly: blue. Hex color #870DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #870DB4 is #78F24B. Grayscale: #434343. Windows color (decimal): -7926348 or 11799943. OLE color: 11799943.
HSL color Cylindrical-coordinate representation of color #870DB4: hue angle of 283.83º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870DB4 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 13 | 180 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.29 |
| HSL | 283.83º | 0.87% | 0.38% | - |
| HSV(B) | 283.83º | 0.93% | 0.71% | - |
| XYZ | 18.37 | 8.73 | 43.9 | - |
| YUV | 68.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 180 | 0.25 | 0.93 | 0 | 0.29 | 283.83 | 0.87 | 0.38 |
| Hex | 87 | D | B4 | 19 | 5D | 0 | 1D | 11C | 57 | 26 |
| Octal | 207 | 15 | 264 | 31 | 135 | 0 | 35 | 434 | 127 | 46 |
| Binary | 10000111 | 1101 | 10110100 | 11001 | 1011101 | 0 | 11101 | 100011100 | 1010111 | 100110 |
Color Harmonies of #870DB4
Complementary color
Monochromatic Colors of #870DB4
Black with #870DB4
Text Example
Text Example
White with #870DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DB4; }
p { color: rgb(135,13,180); }
H1.HeaderClassName
{
color: #870DB4;
}
.AnyTagClassName
{
color: #870DB4;
}
</style>
background-color css
<style>
a { background-color: #870DB4; }
a { background-color: rgb(135,13,180); }
div.DivClassName
{
background-color: #870DB4;
}
.BgClassName
{
background-color: #870DB4;
}
</style>
border-color css
<style>
span { border-color: #870DB4; }
span { border-color: rgb(135,13,180); }
td.TdClassName
{
border-color: #870DB4;
}
.TagClassName
{
border-color: #870DB4;
}
</style>