Shades of Dark Orchid #882EB8
Tints of Dark Orchid #882EB8
RGB
CMYK
RGB Variations
Color information
#882EB8 (or 0x882EB8) is known color: Dark Orchid. HEX triplet: 88, 2E and B8. RGB value is (136,46,184). Sum of RGB (Red+Green+Blue) = 136+46+184=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 184 (72.27% from 255 or 50.27% from 366); Max value from RGB is 184 - color contains mainly: blue. Hex color #882EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EB8 is #77D147. Grayscale: #585858. Windows color (decimal): -7852360 or 12070536. OLE color: 12070536.
HSL color Cylindrical-coordinate representation of color #882EB8: hue angle of 279.13º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882EB8 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 46 | 184 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.28 |
| HSL | 279.13º | 0.6% | 0.45% | - |
| HSV(B) | 279.13º | 0.75% | 0.72% | - |
| XYZ | 19.78 | 10.65 | 46.36 | - |
| YUV | 88.64 | 181.82 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 184 | 0.26 | 0.75 | 0 | 0.28 | 279.13 | 0.6 | 0.45 |
| Hex | 88 | 2E | B8 | 1A | 4B | 0 | 1C | 117 | 3C | 2D |
| Octal | 210 | 56 | 270 | 32 | 113 | 0 | 34 | 427 | 74 | 55 |
| Binary | 10001000 | 101110 | 10111000 | 11010 | 1001011 | 0 | 11100 | 100010111 | 111100 | 101101 |
Color Harmonies of #882EB8
Complementary color
Monochromatic Colors of #882EB8
Black with #882EB8
Text Example
Text Example
White with #882EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EB8; }
p { color: rgb(136,46,184); }
H1.HeaderClassName
{
color: #882EB8;
}
.AnyTagClassName
{
color: #882EB8;
}
</style>
background-color css
<style>
a { background-color: #882EB8; }
a { background-color: rgb(136,46,184); }
div.DivClassName
{
background-color: #882EB8;
}
.BgClassName
{
background-color: #882EB8;
}
</style>
border-color css
<style>
span { border-color: #882EB8; }
span { border-color: rgb(136,46,184); }
td.TdClassName
{
border-color: #882EB8;
}
.TagClassName
{
border-color: #882EB8;
}
</style>