Shades of Dark Orchid #882BBA
Tints of Dark Orchid #882BBA
RGB
CMYK
RGB Variations
Color information
#882BBA (or 0x882BBA) is known color: Dark Orchid. HEX triplet: 88, 2B and BA. RGB value is (136,43,186). Sum of RGB (Red+Green+Blue) = 136+43+186=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #882BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BBA is #77D445. Grayscale: #565656. Windows color (decimal): -7853126 or 12200840. OLE color: 12200840.
HSL color Cylindrical-coordinate representation of color #882BBA: hue angle of 279.02º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882BBA is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 43 | 186 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.27 |
| HSL | 279.02º | 0.62% | 0.45% | - |
| HSV(B) | 279.02º | 0.77% | 0.73% | - |
| XYZ | 19.88 | 10.51 | 47.43 | - |
| YUV | 87.11 | 183.81 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 186 | 0.27 | 0.77 | 0 | 0.27 | 279.02 | 0.62 | 0.45 |
| Hex | 88 | 2B | BA | 1B | 4D | 0 | 1B | 117 | 3E | 2D |
| Octal | 210 | 53 | 272 | 33 | 115 | 0 | 33 | 427 | 76 | 55 |
| Binary | 10001000 | 101011 | 10111010 | 11011 | 1001101 | 0 | 11011 | 100010111 | 111110 | 101101 |
Color Harmonies of #882BBA
Complementary color
Monochromatic Colors of #882BBA
Black with #882BBA
Text Example
Text Example
White with #882BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BBA; }
p { color: rgb(136,43,186); }
H1.HeaderClassName
{
color: #882BBA;
}
.AnyTagClassName
{
color: #882BBA;
}
</style>
background-color css
<style>
a { background-color: #882BBA; }
a { background-color: rgb(136,43,186); }
div.DivClassName
{
background-color: #882BBA;
}
.BgClassName
{
background-color: #882BBA;
}
</style>
border-color css
<style>
span { border-color: #882BBA; }
span { border-color: rgb(136,43,186); }
td.TdClassName
{
border-color: #882BBA;
}
.TagClassName
{
border-color: #882BBA;
}
</style>