Shades of Dark Orchid #882EBA
Tints of Dark Orchid #882EBA
RGB
CMYK
RGB Variations
Color information
#882EBA (or 0x882EBA) is known color: Dark Orchid. HEX triplet: 88, 2E and BA. RGB value is (136,46,186). Sum of RGB (Red+Green+Blue) = 136+46+186=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #882EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EBA is #77D145. Grayscale: #585858. Windows color (decimal): -7852358 or 12201608. OLE color: 12201608.
HSL color Cylindrical-coordinate representation of color #882EBA: hue angle of 278.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882EBA is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 46 | 186 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.27 |
| HSL | 278.57º | 0.6% | 0.45% | - |
| HSV(B) | 278.57º | 0.75% | 0.73% | - |
| XYZ | 19.99 | 10.73 | 47.47 | - |
| YUV | 88.87 | 182.82 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 186 | 0.27 | 0.75 | 0 | 0.27 | 278.57 | 0.6 | 0.45 |
| Hex | 88 | 2E | BA | 1B | 4B | 0 | 1B | 117 | 3C | 2D |
| Octal | 210 | 56 | 272 | 33 | 113 | 0 | 33 | 427 | 74 | 55 |
| Binary | 10001000 | 101110 | 10111010 | 11011 | 1001011 | 0 | 11011 | 100010111 | 111100 | 101101 |
Color Harmonies of #882EBA
Complementary color
Monochromatic Colors of #882EBA
Black with #882EBA
Text Example
Text Example
White with #882EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882EBA; }
p { color: rgb(136,46,186); }
H1.HeaderClassName
{
color: #882EBA;
}
.AnyTagClassName
{
color: #882EBA;
}
</style>
background-color css
<style>
a { background-color: #882EBA; }
a { background-color: rgb(136,46,186); }
div.DivClassName
{
background-color: #882EBA;
}
.BgClassName
{
background-color: #882EBA;
}
</style>
border-color css
<style>
span { border-color: #882EBA; }
span { border-color: rgb(136,46,186); }
td.TdClassName
{
border-color: #882EBA;
}
.TagClassName
{
border-color: #882EBA;
}
</style>