Shades of Dark Orchid #861DB7
Tints of Dark Orchid #861DB7
RGB
CMYK
RGB Variations
Color information
#861DB7 (or 0x861DB7) is known color: Dark Orchid. HEX triplet: 86, 1D and B7. RGB value is (134,29,183). Sum of RGB (Red+Green+Blue) = 134+29+183=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #861DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861DB7 is #79E248. Grayscale: #4D4D4D. Windows color (decimal): -7987785 or 12000646. OLE color: 12000646.
HSL color Cylindrical-coordinate representation of color #861DB7: hue angle of 280.91º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861DB7 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 29 | 183 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.28 |
| HSL | 280.91º | 0.73% | 0.42% | - |
| HSV(B) | 280.91º | 0.84% | 0.72% | - |
| XYZ | 18.82 | 9.37 | 45.62 | - |
| YUV | 77.95 | 187.29 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 183 | 0.27 | 0.84 | 0 | 0.28 | 280.91 | 0.73 | 0.42 |
| Hex | 86 | 1D | B7 | 1B | 54 | 0 | 1C | 119 | 49 | 2A |
| Octal | 206 | 35 | 267 | 33 | 124 | 0 | 34 | 431 | 111 | 52 |
| Binary | 10000110 | 11101 | 10110111 | 11011 | 1010100 | 0 | 11100 | 100011001 | 1001001 | 101010 |
Color Harmonies of #861DB7
Complementary color
Monochromatic Colors of #861DB7
Black with #861DB7
Text Example
Text Example
White with #861DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861DB7; }
p { color: rgb(134,29,183); }
H1.HeaderClassName
{
color: #861DB7;
}
.AnyTagClassName
{
color: #861DB7;
}
</style>
background-color css
<style>
a { background-color: #861DB7; }
a { background-color: rgb(134,29,183); }
div.DivClassName
{
background-color: #861DB7;
}
.BgClassName
{
background-color: #861DB7;
}
</style>
border-color css
<style>
span { border-color: #861DB7; }
span { border-color: rgb(134,29,183); }
td.TdClassName
{
border-color: #861DB7;
}
.TagClassName
{
border-color: #861DB7;
}
</style>