Shades of Dark Orchid #871DB3
Tints of Dark Orchid #871DB3
RGB
CMYK
RGB Variations
Color information
#871DB3 (or 0x871DB3) is known color: Dark Orchid. HEX triplet: 87, 1D and B3. RGB value is (135,29,179). Sum of RGB (Red+Green+Blue) = 135+29+179=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #871DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DB3 is #78E24C. Grayscale: #4D4D4D. Windows color (decimal): -7922253 or 11738503. OLE color: 11738503.
HSL color Cylindrical-coordinate representation of color #871DB3: hue angle of 282.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871DB3 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 29 | 179 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.30 |
| HSL | 282.4º | 0.72% | 0.41% | - |
| HSV(B) | 282.4º | 0.84% | 0.7% | - |
| XYZ | 18.57 | 9.28 | 43.46 | - |
| YUV | 77.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 179 | 0.25 | 0.84 | 0 | 0.30 | 282.4 | 0.72 | 0.41 |
| Hex | 87 | 1D | B3 | 19 | 54 | 0 | 1E | 11A | 48 | 29 |
| Octal | 207 | 35 | 263 | 31 | 124 | 0 | 36 | 432 | 110 | 51 |
| Binary | 10000111 | 11101 | 10110011 | 11001 | 1010100 | 0 | 11110 | 100011010 | 1001000 | 101001 |
Color Harmonies of #871DB3
Complementary color
Monochromatic Colors of #871DB3
Black with #871DB3
Text Example
Text Example
White with #871DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871DB3; }
p { color: rgb(135,29,179); }
H1.HeaderClassName
{
color: #871DB3;
}
.AnyTagClassName
{
color: #871DB3;
}
</style>
background-color css
<style>
a { background-color: #871DB3; }
a { background-color: rgb(135,29,179); }
div.DivClassName
{
background-color: #871DB3;
}
.BgClassName
{
background-color: #871DB3;
}
</style>
border-color css
<style>
span { border-color: #871DB3; }
span { border-color: rgb(135,29,179); }
td.TdClassName
{
border-color: #871DB3;
}
.TagClassName
{
border-color: #871DB3;
}
</style>