Shades of Eggplant #880953
Tints of Eggplant #880953
RGB
CMYK
RGB Variations
Color information
#880953 (or 0x880953) is known color: Eggplant. HEX triplet: 88, 09 and 53. RGB value is (136,9,83). Sum of RGB (Red+Green+Blue) = 136+9+83=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #880953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880953 is #77F6AC. Grayscale: #373737. Windows color (decimal): -7861933 or 5441928. OLE color: 5441928.
HSL color Cylindrical-coordinate representation of color #880953: hue angle of 325.04º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880953 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 83 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.47 |
| HSL | 325.04º | 0.88% | 0.28% | - |
| HSV(B) | 325.04º | 0.93% | 0.53% | - |
| XYZ | 11.81 | 6.05 | 8.73 | - |
| YUV | 55.41 | 143.58 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 83 | 0 | 0.93 | 0.39 | 0.47 | 325.04 | 0.88 | 0.28 |
| Hex | 88 | 9 | 53 | 0 | 5D | 27 | 2F | 145 | 58 | 1C |
| Octal | 210 | 11 | 123 | 0 | 135 | 47 | 57 | 505 | 130 | 34 |
| Binary | 10001000 | 1001 | 1010011 | 0 | 1011101 | 100111 | 101111 | 101000101 | 1011000 | 11100 |
Color Harmonies of #880953
Complementary color
Monochromatic Colors of #880953
Black with #880953
Text Example
Text Example
White with #880953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880953; }
p { color: rgb(136,9,83); }
H1.HeaderClassName
{
color: #880953;
}
.AnyTagClassName
{
color: #880953;
}
</style>
background-color css
<style>
a { background-color: #880953; }
a { background-color: rgb(136,9,83); }
div.DivClassName
{
background-color: #880953;
}
.BgClassName
{
background-color: #880953;
}
</style>
border-color css
<style>
span { border-color: #880953; }
span { border-color: rgb(136,9,83); }
td.TdClassName
{
border-color: #880953;
}
.TagClassName
{
border-color: #880953;
}
</style>