Shades of Dark Orchid #871BBC
Tints of Dark Orchid #871BBC
RGB
CMYK
RGB Variations
Color information
#871BBC (or 0x871BBC) is known color: Dark Orchid. HEX triplet: 87, 1B and BC. RGB value is (135,27,188). Sum of RGB (Red+Green+Blue) = 135+27+188=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #871BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BBC is #78E443. Grayscale: #4D4D4D. Windows color (decimal): -7922756 or 12327815. OLE color: 12327815.
HSL color Cylindrical-coordinate representation of color #871BBC: hue angle of 280.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871BBC is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 27 | 188 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.26 |
| HSL | 280.25º | 0.75% | 0.42% | - |
| HSV(B) | 280.25º | 0.86% | 0.74% | - |
| XYZ | 19.46 | 9.57 | 48.4 | - |
| YUV | 77.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 188 | 0.28 | 0.86 | 0 | 0.26 | 280.25 | 0.75 | 0.42 |
| Hex | 87 | 1B | BC | 1C | 56 | 0 | 1A | 118 | 4B | 2A |
| Octal | 207 | 33 | 274 | 34 | 126 | 0 | 32 | 430 | 113 | 52 |
| Binary | 10000111 | 11011 | 10111100 | 11100 | 1010110 | 0 | 11010 | 100011000 | 1001011 | 101010 |
Color Harmonies of #871BBC
Complementary color
Monochromatic Colors of #871BBC
Black with #871BBC
Text Example
Text Example
White with #871BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BBC; }
p { color: rgb(135,27,188); }
H1.HeaderClassName
{
color: #871BBC;
}
.AnyTagClassName
{
color: #871BBC;
}
</style>
background-color css
<style>
a { background-color: #871BBC; }
a { background-color: rgb(135,27,188); }
div.DivClassName
{
background-color: #871BBC;
}
.BgClassName
{
background-color: #871BBC;
}
</style>
border-color css
<style>
span { border-color: #871BBC; }
span { border-color: rgb(135,27,188); }
td.TdClassName
{
border-color: #871BBC;
}
.TagClassName
{
border-color: #871BBC;
}
</style>