Shades of Dark Orchid #882EB0
Tints of Dark Orchid #882EB0
RGB
CMYK
RGB Variations
Color information
#882EB0 (or 0x882EB0) is known color: Dark Orchid. HEX triplet: 88, 2E and B0. RGB value is (136,46,176). Sum of RGB (Red+Green+Blue) = 136+46+176=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #882EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882EB0 is #77D14F. Grayscale: #575757. Windows color (decimal): -7852368 or 11546248. OLE color: 11546248.
HSL color Cylindrical-coordinate representation of color #882EB0: hue angle of 281.54º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882EB0 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 46 | 176 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.31 |
| HSL | 281.54º | 0.59% | 0.44% | - |
| HSV(B) | 281.54º | 0.74% | 0.69% | - |
| XYZ | 18.97 | 10.32 | 42.07 | - |
| YUV | 87.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 176 | 0.23 | 0.74 | 0 | 0.31 | 281.54 | 0.59 | 0.44 |
| Hex | 88 | 2E | B0 | 17 | 4A | 0 | 1F | 11A | 3B | 2C |
| Octal | 210 | 56 | 260 | 27 | 112 | 0 | 37 | 432 | 73 | 54 |
| Binary | 10001000 | 101110 | 10110000 | 10111 | 1001010 | 0 | 11111 | 100011010 | 111011 | 101100 |
Color Harmonies of #882EB0
Complementary color
Monochromatic Colors of #882EB0
Black with #882EB0
Text Example
Text Example
White with #882EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EB0; }
p { color: rgb(136,46,176); }
H1.HeaderClassName
{
color: #882EB0;
}
.AnyTagClassName
{
color: #882EB0;
}
</style>
background-color css
<style>
a { background-color: #882EB0; }
a { background-color: rgb(136,46,176); }
div.DivClassName
{
background-color: #882EB0;
}
.BgClassName
{
background-color: #882EB0;
}
</style>
border-color css
<style>
span { border-color: #882EB0; }
span { border-color: rgb(136,46,176); }
td.TdClassName
{
border-color: #882EB0;
}
.TagClassName
{
border-color: #882EB0;
}
</style>