Shades of Dark Orchid #881BAF
Tints of Dark Orchid #881BAF
RGB
CMYK
RGB Variations
Color information
#881BAF (or 0x881BAF) is known color: Dark Orchid. HEX triplet: 88, 1B and AF. RGB value is (136,27,175). Sum of RGB (Red+Green+Blue) = 136+27+175=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #881BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881BAF is #77E450. Grayscale: #4B4B4B. Windows color (decimal): -7857233 or 11475848. OLE color: 11475848.
HSL color Cylindrical-coordinate representation of color #881BAF: hue angle of 284.19º degrees, saturation: 0.73, 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 #881BAF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 27 | 175 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.31 |
| HSL | 284.19º | 0.73% | 0.4% | - |
| HSV(B) | 284.19º | 0.85% | 0.69% | - |
| XYZ | 18.28 | 9.11 | 41.35 | - |
| YUV | 76.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 175 | 0.22 | 0.85 | 0 | 0.31 | 284.19 | 0.73 | 0.4 |
| Hex | 88 | 1B | AF | 16 | 55 | 0 | 1F | 11C | 49 | 28 |
| Octal | 210 | 33 | 257 | 26 | 125 | 0 | 37 | 434 | 111 | 50 |
| Binary | 10001000 | 11011 | 10101111 | 10110 | 1010101 | 0 | 11111 | 100011100 | 1001001 | 101000 |
Color Harmonies of #881BAF
Complementary color
Monochromatic Colors of #881BAF
Black with #881BAF
Text Example
Text Example
White with #881BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881BAF; }
p { color: rgb(136,27,175); }
H1.HeaderClassName
{
color: #881BAF;
}
.AnyTagClassName
{
color: #881BAF;
}
</style>
background-color css
<style>
a { background-color: #881BAF; }
a { background-color: rgb(136,27,175); }
div.DivClassName
{
background-color: #881BAF;
}
.BgClassName
{
background-color: #881BAF;
}
</style>
border-color css
<style>
span { border-color: #881BAF; }
span { border-color: rgb(136,27,175); }
td.TdClassName
{
border-color: #881BAF;
}
.TagClassName
{
border-color: #881BAF;
}
</style>