Shades of Dark Orchid #881AAE
Tints of Dark Orchid #881AAE
RGB
CMYK
RGB Variations
Color information
#881AAE (or 0x881AAE) is known color: Dark Orchid. HEX triplet: 88, 1A and AE. RGB value is (136,26,174). Sum of RGB (Red+Green+Blue) = 136+26+174=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #881AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881AAE is #77E551. Grayscale: #4B4B4B. Windows color (decimal): -7857490 or 11410056. OLE color: 11410056.
HSL color Cylindrical-coordinate representation of color #881AAE: hue angle of 284.59º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881AAE is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 136 | 26 | 174 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.32 |
| HSL | 284.59º | 0.74% | 0.39% | - |
| HSV(B) | 284.59º | 0.85% | 0.68% | - |
| XYZ | 18.16 | 9.03 | 40.83 | - |
| YUV | 75.76 | 183.44 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 174 | 0.22 | 0.85 | 0 | 0.32 | 284.59 | 0.74 | 0.39 |
| Hex | 88 | 1A | AE | 16 | 55 | 0 | 20 | 11D | 4A | 27 |
| Octal | 210 | 32 | 256 | 26 | 125 | 0 | 40 | 435 | 112 | 47 |
| Binary | 10001000 | 11010 | 10101110 | 10110 | 1010101 | 0 | 100000 | 100011101 | 1001010 | 100111 |
Color Harmonies of #881AAE
Complementary color
Monochromatic Colors of #881AAE
Black with #881AAE
Text Example
Text Example
White with #881AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881AAE; }
p { color: rgb(136,26,174); }
H1.HeaderClassName
{
color: #881AAE;
}
.AnyTagClassName
{
color: #881AAE;
}
</style>
background-color css
<style>
a { background-color: #881AAE; }
a { background-color: rgb(136,26,174); }
div.DivClassName
{
background-color: #881AAE;
}
.BgClassName
{
background-color: #881AAE;
}
</style>
border-color css
<style>
span { border-color: #881AAE; }
span { border-color: rgb(136,26,174); }
td.TdClassName
{
border-color: #881AAE;
}
.TagClassName
{
border-color: #881AAE;
}
</style>