Shades of Dark Orchid #871FC2
Tints of Dark Orchid #871FC2
RGB
CMYK
RGB Variations
Color information
#871FC2 (or 0x871FC2) is known color: Dark Orchid. HEX triplet: 87, 1F and C2. RGB value is (135,31,194). Sum of RGB (Red+Green+Blue) = 135+31+194=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 194 (76.17% from 255 or 53.89% from 360); Max value from RGB is 194 - color contains mainly: blue. Hex color #871FC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FC2 is #78E03D. Grayscale: #505050. Windows color (decimal): -7921726 or 12722055. OLE color: 12722055.
HSL color Cylindrical-coordinate representation of color #871FC2: hue angle of 278.28º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871FC2 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 31 | 194 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.24 |
| HSL | 278.28º | 0.72% | 0.44% | - |
| HSV(B) | 278.28º | 0.84% | 0.76% | - |
| XYZ | 20.22 | 10.03 | 51.91 | - |
| YUV | 80.68 | 191.96 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 194 | 0.30 | 0.84 | 0 | 0.24 | 278.28 | 0.72 | 0.44 |
| Hex | 87 | 1F | C2 | 1E | 54 | 0 | 18 | 116 | 48 | 2C |
| Octal | 207 | 37 | 302 | 36 | 124 | 0 | 30 | 426 | 110 | 54 |
| Binary | 10000111 | 11111 | 11000010 | 11110 | 1010100 | 0 | 11000 | 100010110 | 1001000 | 101100 |
Color Harmonies of #871FC2
Complementary color
Monochromatic Colors of #871FC2
Black with #871FC2
Text Example
Text Example
White with #871FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FC2; }
p { color: rgb(135,31,194); }
H1.HeaderClassName
{
color: #871FC2;
}
.AnyTagClassName
{
color: #871FC2;
}
</style>
background-color css
<style>
a { background-color: #871FC2; }
a { background-color: rgb(135,31,194); }
div.DivClassName
{
background-color: #871FC2;
}
.BgClassName
{
background-color: #871FC2;
}
</style>
border-color css
<style>
span { border-color: #871FC2; }
span { border-color: rgb(135,31,194); }
td.TdClassName
{
border-color: #871FC2;
}
.TagClassName
{
border-color: #871FC2;
}
</style>