Shades of Dark Orchid #871DB1
Tints of Dark Orchid #871DB1
RGB
CMYK
RGB Variations
Color information
#871DB1 (or 0x871DB1) is known color: Dark Orchid. HEX triplet: 87, 1D and B1. RGB value is (135,29,177). Sum of RGB (Red+Green+Blue) = 135+29+177=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #871DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871DB1 is #78E24E. Grayscale: #4D4D4D. Windows color (decimal): -7922255 or 11607431. OLE color: 11607431.
HSL color Cylindrical-coordinate representation of color #871DB1: hue angle of 282.97º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871DB1 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 29 | 177 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.31 |
| HSL | 282.97º | 0.72% | 0.4% | - |
| HSV(B) | 282.97º | 0.84% | 0.69% | - |
| XYZ | 18.37 | 9.2 | 42.4 | - |
| YUV | 77.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 177 | 0.24 | 0.84 | 0 | 0.31 | 282.97 | 0.72 | 0.4 |
| Hex | 87 | 1D | B1 | 18 | 54 | 0 | 1F | 11B | 48 | 28 |
| Octal | 207 | 35 | 261 | 30 | 124 | 0 | 37 | 433 | 110 | 50 |
| Binary | 10000111 | 11101 | 10110001 | 11000 | 1010100 | 0 | 11111 | 100011011 | 1001000 | 101000 |
Color Harmonies of #871DB1
Complementary color
Monochromatic Colors of #871DB1
Black with #871DB1
Text Example
Text Example
White with #871DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871DB1; }
p { color: rgb(135,29,177); }
H1.HeaderClassName
{
color: #871DB1;
}
.AnyTagClassName
{
color: #871DB1;
}
</style>
background-color css
<style>
a { background-color: #871DB1; }
a { background-color: rgb(135,29,177); }
div.DivClassName
{
background-color: #871DB1;
}
.BgClassName
{
background-color: #871DB1;
}
</style>
border-color css
<style>
span { border-color: #871DB1; }
span { border-color: rgb(135,29,177); }
td.TdClassName
{
border-color: #871DB1;
}
.TagClassName
{
border-color: #871DB1;
}
</style>