Shades of Dark Orchid #861DB0
Tints of Dark Orchid #861DB0
RGB
CMYK
RGB Variations
Color information
#861DB0 (or 0x861DB0) is known color: Dark Orchid. HEX triplet: 86, 1D and B0. RGB value is (134,29,176). Sum of RGB (Red+Green+Blue) = 134+29+176=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #861DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #861DB0 is #79E24F. Grayscale: #4C4C4C. Windows color (decimal): -7987792 or 11541894. OLE color: 11541894.
HSL color Cylindrical-coordinate representation of color #861DB0: hue angle of 282.86º 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 #861DB0 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 29 | 176 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.31 |
| HSL | 282.86º | 0.72% | 0.4% | - |
| HSV(B) | 282.86º | 0.84% | 0.69% | - |
| XYZ | 18.11 | 9.08 | 41.87 | - |
| YUV | 77.15 | 183.79 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 176 | 0.24 | 0.84 | 0 | 0.31 | 282.86 | 0.72 | 0.4 |
| Hex | 86 | 1D | B0 | 18 | 54 | 0 | 1F | 11B | 48 | 28 |
| Octal | 206 | 35 | 260 | 30 | 124 | 0 | 37 | 433 | 110 | 50 |
| Binary | 10000110 | 11101 | 10110000 | 11000 | 1010100 | 0 | 11111 | 100011011 | 1001000 | 101000 |
Color Harmonies of #861DB0
Complementary color
Monochromatic Colors of #861DB0
Black with #861DB0
Text Example
Text Example
White with #861DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861DB0; }
p { color: rgb(134,29,176); }
H1.HeaderClassName
{
color: #861DB0;
}
.AnyTagClassName
{
color: #861DB0;
}
</style>
background-color css
<style>
a { background-color: #861DB0; }
a { background-color: rgb(134,29,176); }
div.DivClassName
{
background-color: #861DB0;
}
.BgClassName
{
background-color: #861DB0;
}
</style>
border-color css
<style>
span { border-color: #861DB0; }
span { border-color: rgb(134,29,176); }
td.TdClassName
{
border-color: #861DB0;
}
.TagClassName
{
border-color: #861DB0;
}
</style>