Shades of Dark Orchid #881AB0
Tints of Dark Orchid #881AB0
RGB
CMYK
RGB Variations
Color information
#881AB0 (or 0x881AB0) is known color: Dark Orchid. HEX triplet: 88, 1A and B0. RGB value is (136,26,176). Sum of RGB (Red+Green+Blue) = 136+26+176=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #881AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881AB0 is #77E54F. Grayscale: #4B4B4B. Windows color (decimal): -7857488 or 11541128. OLE color: 11541128.
HSL color Cylindrical-coordinate representation of color #881AB0: hue angle of 284º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881AB0 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 26 | 176 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.31 |
| HSL | 284º | 0.74% | 0.4% | - |
| HSV(B) | 284º | 0.85% | 0.69% | - |
| XYZ | 18.36 | 9.11 | 41.86 | - |
| YUV | 75.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 176 | 0.23 | 0.85 | 0 | 0.31 | 284 | 0.74 | 0.4 |
| Hex | 88 | 1A | B0 | 17 | 55 | 0 | 1F | 11C | 4A | 28 |
| Octal | 210 | 32 | 260 | 27 | 125 | 0 | 37 | 434 | 112 | 50 |
| Binary | 10001000 | 11010 | 10110000 | 10111 | 1010101 | 0 | 11111 | 100011100 | 1001010 | 101000 |
Color Harmonies of #881AB0
Complementary color
Monochromatic Colors of #881AB0
Black with #881AB0
Text Example
Text Example
White with #881AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881AB0; }
p { color: rgb(136,26,176); }
H1.HeaderClassName
{
color: #881AB0;
}
.AnyTagClassName
{
color: #881AB0;
}
</style>
background-color css
<style>
a { background-color: #881AB0; }
a { background-color: rgb(136,26,176); }
div.DivClassName
{
background-color: #881AB0;
}
.BgClassName
{
background-color: #881AB0;
}
</style>
border-color css
<style>
span { border-color: #881AB0; }
span { border-color: rgb(136,26,176); }
td.TdClassName
{
border-color: #881AB0;
}
.TagClassName
{
border-color: #881AB0;
}
</style>