Shades of Dark Orchid #871CBF
Tints of Dark Orchid #871CBF
RGB
CMYK
RGB Variations
Color information
#871CBF (or 0x871CBF) is known color: Dark Orchid. HEX triplet: 87, 1C and BF. RGB value is (135,28,191). Sum of RGB (Red+Green+Blue) = 135+28+191=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 28 (11.33% from 255 or 7.91% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #871CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CBF is #78E340. Grayscale: #4E4E4E. Windows color (decimal): -7922497 or 12524679. OLE color: 12524679.
HSL color Cylindrical-coordinate representation of color #871CBF: hue angle of 279.39º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871CBF is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 28 | 191 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.25 |
| HSL | 279.39º | 0.74% | 0.43% | - |
| HSV(B) | 279.39º | 0.85% | 0.75% | - |
| XYZ | 19.81 | 9.74 | 50.13 | - |
| YUV | 78.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 191 | 0.29 | 0.85 | 0 | 0.25 | 279.39 | 0.74 | 0.43 |
| Hex | 87 | 1C | BF | 1D | 55 | 0 | 19 | 117 | 4A | 2B |
| Octal | 207 | 34 | 277 | 35 | 125 | 0 | 31 | 427 | 112 | 53 |
| Binary | 10000111 | 11100 | 10111111 | 11101 | 1010101 | 0 | 11001 | 100010111 | 1001010 | 101011 |
Color Harmonies of #871CBF
Complementary color
Monochromatic Colors of #871CBF
Black with #871CBF
Text Example
Text Example
White with #871CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871CBF; }
p { color: rgb(135,28,191); }
H1.HeaderClassName
{
color: #871CBF;
}
.AnyTagClassName
{
color: #871CBF;
}
</style>
background-color css
<style>
a { background-color: #871CBF; }
a { background-color: rgb(135,28,191); }
div.DivClassName
{
background-color: #871CBF;
}
.BgClassName
{
background-color: #871CBF;
}
</style>
border-color css
<style>
span { border-color: #871CBF; }
span { border-color: rgb(135,28,191); }
td.TdClassName
{
border-color: #871CBF;
}
.TagClassName
{
border-color: #871CBF;
}
</style>