Shades of Dark Orchid #871FCB
Tints of Dark Orchid #871FCB
RGB
CMYK
RGB Variations
Color information
#871FCB (or 0x871FCB) is known color: Dark Orchid. HEX triplet: 87, 1F and CB. RGB value is (135,31,203). Sum of RGB (Red+Green+Blue) = 135+31+203=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #871FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FCB is #78E034. Grayscale: #515151. Windows color (decimal): -7921717 or 13311879. OLE color: 13311879.
HSL color Cylindrical-coordinate representation of color #871FCB: hue angle of 276.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871FCB is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 31 | 203 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.20 |
| HSL | 276.28º | 0.74% | 0.46% | - |
| HSV(B) | 276.28º | 0.85% | 0.8% | - |
| XYZ | 21.26 | 10.44 | 57.39 | - |
| YUV | 81.7 | 196.46 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 203 | 0.33 | 0.85 | 0 | 0.20 | 276.28 | 0.74 | 0.46 |
| Hex | 87 | 1F | CB | 21 | 55 | 0 | 14 | 114 | 4A | 2E |
| Octal | 207 | 37 | 313 | 41 | 125 | 0 | 24 | 424 | 112 | 56 |
| Binary | 10000111 | 11111 | 11001011 | 100001 | 1010101 | 0 | 10100 | 100010100 | 1001010 | 101110 |
Color Harmonies of #871FCB
Complementary color
Monochromatic Colors of #871FCB
Black with #871FCB
Text Example
Text Example
White with #871FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FCB; }
p { color: rgb(135,31,203); }
H1.HeaderClassName
{
color: #871FCB;
}
.AnyTagClassName
{
color: #871FCB;
}
</style>
background-color css
<style>
a { background-color: #871FCB; }
a { background-color: rgb(135,31,203); }
div.DivClassName
{
background-color: #871FCB;
}
.BgClassName
{
background-color: #871FCB;
}
</style>
border-color css
<style>
span { border-color: #871FCB; }
span { border-color: rgb(135,31,203); }
td.TdClassName
{
border-color: #871FCB;
}
.TagClassName
{
border-color: #871FCB;
}
</style>