Shades of Dark Orchid #871FC6
Tints of Dark Orchid #871FC6
RGB
CMYK
RGB Variations
Color information
#871FC6 (or 0x871FC6) is known color: Dark Orchid. HEX triplet: 87, 1F and C6. RGB value is (135,31,198). Sum of RGB (Red+Green+Blue) = 135+31+198=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #871FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FC6 is #78E039. Grayscale: #505050. Windows color (decimal): -7921722 or 12984199. OLE color: 12984199.
HSL color Cylindrical-coordinate representation of color #871FC6: hue angle of 277.37º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871FC6 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 31 | 198 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.22 |
| HSL | 277.37º | 0.73% | 0.45% | - |
| HSV(B) | 277.37º | 0.84% | 0.78% | - |
| XYZ | 20.67 | 10.21 | 54.31 | - |
| YUV | 81.13 | 193.96 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 198 | 0.32 | 0.84 | 0 | 0.22 | 277.37 | 0.73 | 0.45 |
| Hex | 87 | 1F | C6 | 20 | 54 | 0 | 16 | 115 | 49 | 2D |
| Octal | 207 | 37 | 306 | 40 | 124 | 0 | 26 | 425 | 111 | 55 |
| Binary | 10000111 | 11111 | 11000110 | 100000 | 1010100 | 0 | 10110 | 100010101 | 1001001 | 101101 |
Color Harmonies of #871FC6
Complementary color
Monochromatic Colors of #871FC6
Black with #871FC6
Text Example
Text Example
White with #871FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FC6; }
p { color: rgb(135,31,198); }
H1.HeaderClassName
{
color: #871FC6;
}
.AnyTagClassName
{
color: #871FC6;
}
</style>
background-color css
<style>
a { background-color: #871FC6; }
a { background-color: rgb(135,31,198); }
div.DivClassName
{
background-color: #871FC6;
}
.BgClassName
{
background-color: #871FC6;
}
</style>
border-color css
<style>
span { border-color: #871FC6; }
span { border-color: rgb(135,31,198); }
td.TdClassName
{
border-color: #871FC6;
}
.TagClassName
{
border-color: #871FC6;
}
</style>