Shades of Dark Orchid #861DB1
Tints of Dark Orchid #861DB1
RGB
CMYK
RGB Variations
Color information
#861DB1 (or 0x861DB1) is known color: Dark Orchid. HEX triplet: 86, 1D and B1. RGB value is (134,29,177). Sum of RGB (Red+Green+Blue) = 134+29+177=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #861DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861DB1 is #79E24E. Grayscale: #4C4C4C. Windows color (decimal): -7987791 or 11607430. OLE color: 11607430.
HSL color Cylindrical-coordinate representation of color #861DB1: hue angle of 282.57º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861DB1 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 29 | 177 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.31 |
| HSL | 282.57º | 0.72% | 0.4% | - |
| HSV(B) | 282.57º | 0.84% | 0.69% | - |
| XYZ | 18.21 | 9.12 | 42.4 | - |
| YUV | 77.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 177 | 0.24 | 0.84 | 0 | 0.31 | 282.57 | 0.72 | 0.4 |
| Hex | 86 | 1D | B1 | 18 | 54 | 0 | 1F | 11B | 48 | 28 |
| Octal | 206 | 35 | 261 | 30 | 124 | 0 | 37 | 433 | 110 | 50 |
| Binary | 10000110 | 11101 | 10110001 | 11000 | 1010100 | 0 | 11111 | 100011011 | 1001000 | 101000 |
Color Harmonies of #861DB1
Complementary color
Monochromatic Colors of #861DB1
Black with #861DB1
Text Example
Text Example
White with #861DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861DB1; }
p { color: rgb(134,29,177); }
H1.HeaderClassName
{
color: #861DB1;
}
.AnyTagClassName
{
color: #861DB1;
}
</style>
background-color css
<style>
a { background-color: #861DB1; }
a { background-color: rgb(134,29,177); }
div.DivClassName
{
background-color: #861DB1;
}
.BgClassName
{
background-color: #861DB1;
}
</style>
border-color css
<style>
span { border-color: #861DB1; }
span { border-color: rgb(134,29,177); }
td.TdClassName
{
border-color: #861DB1;
}
.TagClassName
{
border-color: #861DB1;
}
</style>