Shades of Dark Orchid #811AB6
Tints of Dark Orchid #811AB6
RGB
CMYK
RGB Variations
Color information
#811AB6 (or 0x811AB6) is known color: Dark Orchid. HEX triplet: 81, 1A and B6. RGB value is (129,26,182). Sum of RGB (Red+Green+Blue) = 129+26+182=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #811AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811AB6 is #7EE549. Grayscale: #4A4A4A. Windows color (decimal): -8316234 or 11934337. OLE color: 11934337.
HSL color Cylindrical-coordinate representation of color #811AB6: hue angle of 279.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811AB6 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 26 | 182 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.29 |
| HSL | 279.62º | 0.75% | 0.41% | - |
| HSV(B) | 279.62º | 0.86% | 0.71% | - |
| XYZ | 17.87 | 8.78 | 45.01 | - |
| YUV | 74.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 182 | 0.29 | 0.86 | 0 | 0.29 | 279.62 | 0.75 | 0.41 |
| Hex | 81 | 1A | B6 | 1D | 56 | 0 | 1D | 118 | 4B | 29 |
| Octal | 201 | 32 | 266 | 35 | 126 | 0 | 35 | 430 | 113 | 51 |
| Binary | 10000001 | 11010 | 10110110 | 11101 | 1010110 | 0 | 11101 | 100011000 | 1001011 | 101001 |
Color Harmonies of #811AB6
Complementary color
Monochromatic Colors of #811AB6
Black with #811AB6
Text Example
Text Example
White with #811AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811AB6; }
p { color: rgb(129,26,182); }
H1.HeaderClassName
{
color: #811AB6;
}
.AnyTagClassName
{
color: #811AB6;
}
</style>
background-color css
<style>
a { background-color: #811AB6; }
a { background-color: rgb(129,26,182); }
div.DivClassName
{
background-color: #811AB6;
}
.BgClassName
{
background-color: #811AB6;
}
</style>
border-color css
<style>
span { border-color: #811AB6; }
span { border-color: rgb(129,26,182); }
td.TdClassName
{
border-color: #811AB6;
}
.TagClassName
{
border-color: #811AB6;
}
</style>