Shades of Dark Orchid #881AAF
Tints of Dark Orchid #881AAF
RGB
CMYK
RGB Variations
Color information
#881AAF (or 0x881AAF) is known color: Dark Orchid. HEX triplet: 88, 1A and AF. RGB value is (136,26,175). Sum of RGB (Red+Green+Blue) = 136+26+175=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #881AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881AAF is #77E550. Grayscale: #4B4B4B. Windows color (decimal): -7857489 or 11475592. OLE color: 11475592.
HSL color Cylindrical-coordinate representation of color #881AAF: hue angle of 284.3º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881AAF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 26 | 175 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.31 |
| HSL | 284.3º | 0.74% | 0.39% | - |
| HSV(B) | 284.3º | 0.85% | 0.69% | - |
| XYZ | 18.26 | 9.07 | 41.35 | - |
| YUV | 75.88 | 183.94 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 175 | 0.22 | 0.85 | 0 | 0.31 | 284.3 | 0.74 | 0.39 |
| Hex | 88 | 1A | AF | 16 | 55 | 0 | 1F | 11C | 4A | 27 |
| Octal | 210 | 32 | 257 | 26 | 125 | 0 | 37 | 434 | 112 | 47 |
| Binary | 10001000 | 11010 | 10101111 | 10110 | 1010101 | 0 | 11111 | 100011100 | 1001010 | 100111 |
Color Harmonies of #881AAF
Complementary color
Monochromatic Colors of #881AAF
Black with #881AAF
Text Example
Text Example
White with #881AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881AAF; }
p { color: rgb(136,26,175); }
H1.HeaderClassName
{
color: #881AAF;
}
.AnyTagClassName
{
color: #881AAF;
}
</style>
background-color css
<style>
a { background-color: #881AAF; }
a { background-color: rgb(136,26,175); }
div.DivClassName
{
background-color: #881AAF;
}
.BgClassName
{
background-color: #881AAF;
}
</style>
border-color css
<style>
span { border-color: #881AAF; }
span { border-color: rgb(136,26,175); }
td.TdClassName
{
border-color: #881AAF;
}
.TagClassName
{
border-color: #881AAF;
}
</style>