Shades of Dark Orchid #881EC9
Tints of Dark Orchid #881EC9
RGB
CMYK
RGB Variations
Color information
#881EC9 (or 0x881EC9) is known color: Dark Orchid. HEX triplet: 88, 1E and C9. RGB value is (136,30,201). Sum of RGB (Red+Green+Blue) = 136+30+201=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #881EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881EC9 is #77E136. Grayscale: #505050. Windows color (decimal): -7856439 or 13180552. OLE color: 13180552.
HSL color Cylindrical-coordinate representation of color #881EC9: hue angle of 277.19º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881EC9 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 30 | 201 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.21 |
| HSL | 277.19º | 0.74% | 0.45% | - |
| HSV(B) | 277.19º | 0.85% | 0.79% | - |
| XYZ | 21.16 | 10.38 | 56.15 | - |
| YUV | 81.19 | 195.62 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 201 | 0.32 | 0.85 | 0 | 0.21 | 277.19 | 0.74 | 0.45 |
| Hex | 88 | 1E | C9 | 20 | 55 | 0 | 15 | 115 | 4A | 2D |
| Octal | 210 | 36 | 311 | 40 | 125 | 0 | 25 | 425 | 112 | 55 |
| Binary | 10001000 | 11110 | 11001001 | 100000 | 1010101 | 0 | 10101 | 100010101 | 1001010 | 101101 |
Color Harmonies of #881EC9
Complementary color
Monochromatic Colors of #881EC9
Black with #881EC9
Text Example
Text Example
White with #881EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881EC9; }
p { color: rgb(136,30,201); }
H1.HeaderClassName
{
color: #881EC9;
}
.AnyTagClassName
{
color: #881EC9;
}
</style>
background-color css
<style>
a { background-color: #881EC9; }
a { background-color: rgb(136,30,201); }
div.DivClassName
{
background-color: #881EC9;
}
.BgClassName
{
background-color: #881EC9;
}
</style>
border-color css
<style>
span { border-color: #881EC9; }
span { border-color: rgb(136,30,201); }
td.TdClassName
{
border-color: #881EC9;
}
.TagClassName
{
border-color: #881EC9;
}
</style>