Shades of Dark Orchid #871DCA
Tints of Dark Orchid #871DCA
RGB
CMYK
RGB Variations
Color information
#871DCA (or 0x871DCA) is known color: Dark Orchid. HEX triplet: 87, 1D and CA. RGB value is (135,29,202). Sum of RGB (Red+Green+Blue) = 135+29+202=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #871DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DCA is #78E235. Grayscale: #4F4F4F. Windows color (decimal): -7922230 or 13245831. OLE color: 13245831.
HSL color Cylindrical-coordinate representation of color #871DCA: hue angle of 276.76º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871DCA is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 29 | 202 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.21 |
| HSL | 276.76º | 0.75% | 0.45% | - |
| HSV(B) | 276.76º | 0.86% | 0.79% | - |
| XYZ | 21.09 | 10.29 | 56.75 | - |
| YUV | 80.42 | 196.62 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 202 | 0.33 | 0.86 | 0 | 0.21 | 276.76 | 0.75 | 0.45 |
| Hex | 87 | 1D | CA | 21 | 56 | 0 | 15 | 115 | 4B | 2D |
| Octal | 207 | 35 | 312 | 41 | 126 | 0 | 25 | 425 | 113 | 55 |
| Binary | 10000111 | 11101 | 11001010 | 100001 | 1010110 | 0 | 10101 | 100010101 | 1001011 | 101101 |
Color Harmonies of #871DCA
Complementary color
Monochromatic Colors of #871DCA
Black with #871DCA
Text Example
Text Example
White with #871DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871DCA; }
p { color: rgb(135,29,202); }
H1.HeaderClassName
{
color: #871DCA;
}
.AnyTagClassName
{
color: #871DCA;
}
</style>
background-color css
<style>
a { background-color: #871DCA; }
a { background-color: rgb(135,29,202); }
div.DivClassName
{
background-color: #871DCA;
}
.BgClassName
{
background-color: #871DCA;
}
</style>
border-color css
<style>
span { border-color: #871DCA; }
span { border-color: rgb(135,29,202); }
td.TdClassName
{
border-color: #871DCA;
}
.TagClassName
{
border-color: #871DCA;
}
</style>