Shades of Dark Orchid #882EC9
Tints of Dark Orchid #882EC9
RGB
CMYK
RGB Variations
Color information
#882EC9 (or 0x882EC9) is known color: Dark Orchid. HEX triplet: 88, 2E and C9. RGB value is (136,46,201). Sum of RGB (Red+Green+Blue) = 136+46+201=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #882EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EC9 is #77D136. Grayscale: #5A5A5A. Windows color (decimal): -7852343 or 13184648. OLE color: 13184648.
HSL color Cylindrical-coordinate representation of color #882EC9: hue angle of 274.84º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882EC9 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 46 | 201 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.21 |
| HSL | 274.84º | 0.63% | 0.48% | - |
| HSV(B) | 274.84º | 0.77% | 0.79% | - |
| XYZ | 21.67 | 11.41 | 56.32 | - |
| YUV | 90.58 | 190.32 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 201 | 0.32 | 0.77 | 0 | 0.21 | 274.84 | 0.63 | 0.48 |
| Hex | 88 | 2E | C9 | 20 | 4D | 0 | 15 | 113 | 3F | 30 |
| Octal | 210 | 56 | 311 | 40 | 115 | 0 | 25 | 423 | 77 | 60 |
| Binary | 10001000 | 101110 | 11001001 | 100000 | 1001101 | 0 | 10101 | 100010011 | 111111 | 110000 |
Color Harmonies of #882EC9
Complementary color
Monochromatic Colors of #882EC9
Black with #882EC9
Text Example
Text Example
White with #882EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EC9; }
p { color: rgb(136,46,201); }
H1.HeaderClassName
{
color: #882EC9;
}
.AnyTagClassName
{
color: #882EC9;
}
</style>
background-color css
<style>
a { background-color: #882EC9; }
a { background-color: rgb(136,46,201); }
div.DivClassName
{
background-color: #882EC9;
}
.BgClassName
{
background-color: #882EC9;
}
</style>
border-color css
<style>
span { border-color: #882EC9; }
span { border-color: rgb(136,46,201); }
td.TdClassName
{
border-color: #882EC9;
}
.TagClassName
{
border-color: #882EC9;
}
</style>