Shades of Dark Orchid #871FB3
Tints of Dark Orchid #871FB3
RGB
CMYK
RGB Variations
Color information
#871FB3 (or 0x871FB3) is known color: Dark Orchid. HEX triplet: 87, 1F and B3. RGB value is (135,31,179). Sum of RGB (Red+Green+Blue) = 135+31+179=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #871FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FB3 is #78E04C. Grayscale: #4E4E4E. Windows color (decimal): -7921741 or 11739015. OLE color: 11739015.
HSL color Cylindrical-coordinate representation of color #871FB3: hue angle of 282.16º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871FB3 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 31 | 179 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.30 |
| HSL | 282.16º | 0.7% | 0.41% | - |
| HSV(B) | 282.16º | 0.83% | 0.7% | - |
| XYZ | 18.62 | 9.39 | 43.48 | - |
| YUV | 78.97 | 184.46 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 179 | 0.25 | 0.83 | 0 | 0.30 | 282.16 | 0.7 | 0.41 |
| Hex | 87 | 1F | B3 | 19 | 53 | 0 | 1E | 11A | 46 | 29 |
| Octal | 207 | 37 | 263 | 31 | 123 | 0 | 36 | 432 | 106 | 51 |
| Binary | 10000111 | 11111 | 10110011 | 11001 | 1010011 | 0 | 11110 | 100011010 | 1000110 | 101001 |
Color Harmonies of #871FB3
Complementary color
Monochromatic Colors of #871FB3
Black with #871FB3
Text Example
Text Example
White with #871FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FB3; }
p { color: rgb(135,31,179); }
H1.HeaderClassName
{
color: #871FB3;
}
.AnyTagClassName
{
color: #871FB3;
}
</style>
background-color css
<style>
a { background-color: #871FB3; }
a { background-color: rgb(135,31,179); }
div.DivClassName
{
background-color: #871FB3;
}
.BgClassName
{
background-color: #871FB3;
}
</style>
border-color css
<style>
span { border-color: #871FB3; }
span { border-color: rgb(135,31,179); }
td.TdClassName
{
border-color: #871FB3;
}
.TagClassName
{
border-color: #871FB3;
}
</style>