Shades of Dark Orchid #871BC9
Tints of Dark Orchid #871BC9
RGB
CMYK
RGB Variations
Color information
#871BC9 (or 0x871BC9) is known color: Dark Orchid. HEX triplet: 87, 1B and C9. RGB value is (135,27,201). Sum of RGB (Red+Green+Blue) = 135+27+201=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #871BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BC9 is #78E436. Grayscale: #4E4E4E. Windows color (decimal): -7922743 or 13179783. OLE color: 13179783.
HSL color Cylindrical-coordinate representation of color #871BC9: hue angle of 277.24º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871BC9 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 27 | 201 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.21 |
| HSL | 277.24º | 0.76% | 0.45% | - |
| HSV(B) | 277.24º | 0.87% | 0.79% | - |
| XYZ | 20.93 | 10.15 | 56.11 | - |
| YUV | 79.13 | 196.78 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 201 | 0.33 | 0.87 | 0 | 0.21 | 277.24 | 0.76 | 0.45 |
| Hex | 87 | 1B | C9 | 21 | 57 | 0 | 15 | 115 | 4C | 2D |
| Octal | 207 | 33 | 311 | 41 | 127 | 0 | 25 | 425 | 114 | 55 |
| Binary | 10000111 | 11011 | 11001001 | 100001 | 1010111 | 0 | 10101 | 100010101 | 1001100 | 101101 |
Color Harmonies of #871BC9
Complementary color
Monochromatic Colors of #871BC9
Black with #871BC9
Text Example
Text Example
White with #871BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BC9; }
p { color: rgb(135,27,201); }
H1.HeaderClassName
{
color: #871BC9;
}
.AnyTagClassName
{
color: #871BC9;
}
</style>
background-color css
<style>
a { background-color: #871BC9; }
a { background-color: rgb(135,27,201); }
div.DivClassName
{
background-color: #871BC9;
}
.BgClassName
{
background-color: #871BC9;
}
</style>
border-color css
<style>
span { border-color: #871BC9; }
span { border-color: rgb(135,27,201); }
td.TdClassName
{
border-color: #871BC9;
}
.TagClassName
{
border-color: #871BC9;
}
</style>