Shades of Dark Orchid #871AB4
Tints of Dark Orchid #871AB4
RGB
CMYK
RGB Variations
Color information
#871AB4 (or 0x871AB4) is known color: Dark Orchid. HEX triplet: 87, 1A and B4. RGB value is (135,26,180). Sum of RGB (Red+Green+Blue) = 135+26+180=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #871AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871AB4 is #78E54B. Grayscale: #4B4B4B. Windows color (decimal): -7923020 or 11803271. OLE color: 11803271.
HSL color Cylindrical-coordinate representation of color #871AB4: hue angle of 282.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871AB4 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 26 | 180 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.29 |
| HSL | 282.47º | 0.75% | 0.4% | - |
| HSV(B) | 282.47º | 0.86% | 0.71% | - |
| XYZ | 18.6 | 9.18 | 43.97 | - |
| YUV | 76.15 | 186.61 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 26 | 180 | 0.25 | 0.86 | 0 | 0.29 | 282.47 | 0.75 | 0.4 |
| Hex | 87 | 1A | B4 | 19 | 56 | 0 | 1D | 11A | 4B | 28 |
| Octal | 207 | 32 | 264 | 31 | 126 | 0 | 35 | 432 | 113 | 50 |
| Binary | 10000111 | 11010 | 10110100 | 11001 | 1010110 | 0 | 11101 | 100011010 | 1001011 | 101000 |
Color Harmonies of #871AB4
Complementary color
Monochromatic Colors of #871AB4
Black with #871AB4
Text Example
Text Example
White with #871AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871AB4; }
p { color: rgb(135,26,180); }
H1.HeaderClassName
{
color: #871AB4;
}
.AnyTagClassName
{
color: #871AB4;
}
</style>
background-color css
<style>
a { background-color: #871AB4; }
a { background-color: rgb(135,26,180); }
div.DivClassName
{
background-color: #871AB4;
}
.BgClassName
{
background-color: #871AB4;
}
</style>
border-color css
<style>
span { border-color: #871AB4; }
span { border-color: rgb(135,26,180); }
td.TdClassName
{
border-color: #871AB4;
}
.TagClassName
{
border-color: #871AB4;
}
</style>