Shades of Eggplant #880B53
Tints of Eggplant #880B53
RGB
CMYK
RGB Variations
Color information
#880B53 (or 0x880B53) is known color: Eggplant. HEX triplet: 88, 0B and 53. RGB value is (136,11,83). Sum of RGB (Red+Green+Blue) = 136+11+83=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #880B53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B53 is #77F4AC. Grayscale: #383838. Windows color (decimal): -7861421 or 5442440. OLE color: 5442440.
HSL color Cylindrical-coordinate representation of color #880B53: hue angle of 325.44º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B53 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 83 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.47 |
| HSL | 325.44º | 0.85% | 0.29% | - |
| HSV(B) | 325.44º | 0.92% | 0.53% | - |
| XYZ | 11.83 | 6.1 | 8.74 | - |
| YUV | 56.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 83 | 0 | 0.92 | 0.39 | 0.47 | 325.44 | 0.85 | 0.29 |
| Hex | 88 | B | 53 | 0 | 5C | 27 | 2F | 145 | 55 | 1D |
| Octal | 210 | 13 | 123 | 0 | 134 | 47 | 57 | 505 | 125 | 35 |
| Binary | 10001000 | 1011 | 1010011 | 0 | 1011100 | 100111 | 101111 | 101000101 | 1010101 | 11101 |
Color Harmonies of #880B53
Complementary color
Monochromatic Colors of #880B53
Black with #880B53
Text Example
Text Example
White with #880B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B53; }
p { color: rgb(136,11,83); }
H1.HeaderClassName
{
color: #880B53;
}
.AnyTagClassName
{
color: #880B53;
}
</style>
background-color css
<style>
a { background-color: #880B53; }
a { background-color: rgb(136,11,83); }
div.DivClassName
{
background-color: #880B53;
}
.BgClassName
{
background-color: #880B53;
}
</style>
border-color css
<style>
span { border-color: #880B53; }
span { border-color: rgb(136,11,83); }
td.TdClassName
{
border-color: #880B53;
}
.TagClassName
{
border-color: #880B53;
}
</style>