Shades of Dark Orchid #871FB7
Tints of Dark Orchid #871FB7
RGB
CMYK
RGB Variations
Color information
#871FB7 (or 0x871FB7) is known color: Dark Orchid. HEX triplet: 87, 1F and B7. RGB value is (135,31,183). Sum of RGB (Red+Green+Blue) = 135+31+183=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #871FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FB7 is #78E048. Grayscale: #4E4E4E. Windows color (decimal): -7921737 or 12001159. OLE color: 12001159.
HSL color Cylindrical-coordinate representation of color #871FB7: hue angle of 281.05º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871FB7 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 135 | 31 | 183 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.28 |
| HSL | 281.05º | 0.71% | 0.42% | - |
| HSV(B) | 281.05º | 0.83% | 0.72% | - |
| XYZ | 19.03 | 9.55 | 45.64 | - |
| YUV | 79.42 | 186.46 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 183 | 0.26 | 0.83 | 0 | 0.28 | 281.05 | 0.71 | 0.42 |
| Hex | 87 | 1F | B7 | 1A | 53 | 0 | 1C | 119 | 47 | 2A |
| Octal | 207 | 37 | 267 | 32 | 123 | 0 | 34 | 431 | 107 | 52 |
| Binary | 10000111 | 11111 | 10110111 | 11010 | 1010011 | 0 | 11100 | 100011001 | 1000111 | 101010 |
Color Harmonies of #871FB7
Complementary color
Monochromatic Colors of #871FB7
Black with #871FB7
Text Example
Text Example
White with #871FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FB7; }
p { color: rgb(135,31,183); }
H1.HeaderClassName
{
color: #871FB7;
}
.AnyTagClassName
{
color: #871FB7;
}
</style>
background-color css
<style>
a { background-color: #871FB7; }
a { background-color: rgb(135,31,183); }
div.DivClassName
{
background-color: #871FB7;
}
.BgClassName
{
background-color: #871FB7;
}
</style>
border-color css
<style>
span { border-color: #871FB7; }
span { border-color: rgb(135,31,183); }
td.TdClassName
{
border-color: #871FB7;
}
.TagClassName
{
border-color: #871FB7;
}
</style>