Shades of Dark Orchid #882BBE
Tints of Dark Orchid #882BBE
RGB
CMYK
RGB Variations
Color information
#882BBE (or 0x882BBE) is known color: Dark Orchid. HEX triplet: 88, 2B and BE. RGB value is (136,43,190). Sum of RGB (Red+Green+Blue) = 136+43+190=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #882BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BBE is #77D441. Grayscale: #575757. Windows color (decimal): -7853122 or 12462984. OLE color: 12462984.
HSL color Cylindrical-coordinate representation of color #882BBE: hue angle of 277.96º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882BBE is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 43 | 190 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.25 |
| HSL | 277.96º | 0.63% | 0.46% | - |
| HSV(B) | 277.96º | 0.77% | 0.75% | - |
| XYZ | 20.31 | 10.68 | 49.71 | - |
| YUV | 87.57 | 185.81 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 43 | 190 | 0.28 | 0.77 | 0 | 0.25 | 277.96 | 0.63 | 0.46 |
| Hex | 88 | 2B | BE | 1C | 4D | 0 | 19 | 116 | 3F | 2E |
| Octal | 210 | 53 | 276 | 34 | 115 | 0 | 31 | 426 | 77 | 56 |
| Binary | 10001000 | 101011 | 10111110 | 11100 | 1001101 | 0 | 11001 | 100010110 | 111111 | 101110 |
Color Harmonies of #882BBE
Complementary color
Monochromatic Colors of #882BBE
Black with #882BBE
Text Example
Text Example
White with #882BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882BBE; }
p { color: rgb(136,43,190); }
H1.HeaderClassName
{
color: #882BBE;
}
.AnyTagClassName
{
color: #882BBE;
}
</style>
background-color css
<style>
a { background-color: #882BBE; }
a { background-color: rgb(136,43,190); }
div.DivClassName
{
background-color: #882BBE;
}
.BgClassName
{
background-color: #882BBE;
}
</style>
border-color css
<style>
span { border-color: #882BBE; }
span { border-color: rgb(136,43,190); }
td.TdClassName
{
border-color: #882BBE;
}
.TagClassName
{
border-color: #882BBE;
}
</style>