Shades of Dark Orchid #861ABC
Tints of Dark Orchid #861ABC
RGB
CMYK
RGB Variations
Color information
#861ABC (or 0x861ABC) is known color: Dark Orchid. HEX triplet: 86, 1A and BC. RGB value is (134,26,188). Sum of RGB (Red+Green+Blue) = 134+26+188=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #861ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861ABC is #79E543. Grayscale: #4C4C4C. Windows color (decimal): -7988548 or 12327558. OLE color: 12327558.
HSL color Cylindrical-coordinate representation of color #861ABC: hue angle of 280º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861ABC is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 26 | 188 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.26 |
| HSL | 280º | 0.76% | 0.42% | - |
| HSV(B) | 280º | 0.86% | 0.74% | - |
| XYZ | 19.28 | 9.44 | 48.38 | - |
| YUV | 76.76 | 190.78 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 188 | 0.29 | 0.86 | 0 | 0.26 | 280 | 0.76 | 0.42 |
| Hex | 86 | 1A | BC | 1D | 56 | 0 | 1A | 118 | 4C | 2A |
| Octal | 206 | 32 | 274 | 35 | 126 | 0 | 32 | 430 | 114 | 52 |
| Binary | 10000110 | 11010 | 10111100 | 11101 | 1010110 | 0 | 11010 | 100011000 | 1001100 | 101010 |
Color Harmonies of #861ABC
Complementary color
Monochromatic Colors of #861ABC
Black with #861ABC
Text Example
Text Example
White with #861ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861ABC; }
p { color: rgb(134,26,188); }
H1.HeaderClassName
{
color: #861ABC;
}
.AnyTagClassName
{
color: #861ABC;
}
</style>
background-color css
<style>
a { background-color: #861ABC; }
a { background-color: rgb(134,26,188); }
div.DivClassName
{
background-color: #861ABC;
}
.BgClassName
{
background-color: #861ABC;
}
</style>
border-color css
<style>
span { border-color: #861ABC; }
span { border-color: rgb(134,26,188); }
td.TdClassName
{
border-color: #861ABC;
}
.TagClassName
{
border-color: #861ABC;
}
</style>