Shades of Dark Orchid #871EBA
Tints of Dark Orchid #871EBA
RGB
CMYK
RGB Variations
Color information
#871EBA (or 0x871EBA) is known color: Dark Orchid. HEX triplet: 87, 1E and BA. RGB value is (135,30,186). Sum of RGB (Red+Green+Blue) = 135+30+186=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #871EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871EBA is #78E145. Grayscale: #4E4E4E. Windows color (decimal): -7921990 or 12197511. OLE color: 12197511.
HSL color Cylindrical-coordinate representation of color #871EBA: hue angle of 280.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871EBA is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 30 | 186 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.27 |
| HSL | 280.38º | 0.72% | 0.42% | - |
| HSV(B) | 280.38º | 0.84% | 0.73% | - |
| XYZ | 19.32 | 9.62 | 47.29 | - |
| YUV | 79.18 | 188.29 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 30 | 186 | 0.27 | 0.84 | 0 | 0.27 | 280.38 | 0.72 | 0.42 |
| Hex | 87 | 1E | BA | 1B | 54 | 0 | 1B | 118 | 48 | 2A |
| Octal | 207 | 36 | 272 | 33 | 124 | 0 | 33 | 430 | 110 | 52 |
| Binary | 10000111 | 11110 | 10111010 | 11011 | 1010100 | 0 | 11011 | 100011000 | 1001000 | 101010 |
Color Harmonies of #871EBA
Complementary color
Monochromatic Colors of #871EBA
Black with #871EBA
Text Example
Text Example
White with #871EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871EBA; }
p { color: rgb(135,30,186); }
H1.HeaderClassName
{
color: #871EBA;
}
.AnyTagClassName
{
color: #871EBA;
}
</style>
background-color css
<style>
a { background-color: #871EBA; }
a { background-color: rgb(135,30,186); }
div.DivClassName
{
background-color: #871EBA;
}
.BgClassName
{
background-color: #871EBA;
}
</style>
border-color css
<style>
span { border-color: #871EBA; }
span { border-color: rgb(135,30,186); }
td.TdClassName
{
border-color: #871EBA;
}
.TagClassName
{
border-color: #871EBA;
}
</style>