Shades of Eggplant #81115C
Tints of Eggplant #81115C
RGB
CMYK
RGB Variations
Color information
#81115C (or 0x81115C) is known color: Eggplant. HEX triplet: 81, 11 and 5C. RGB value is (129,17,92). Sum of RGB (Red+Green+Blue) = 129+17+92=238 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.20% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 129 - color contains mainly: red. Hex color #81115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81115C is #7EEEA3. Grayscale: #3A3A3A. Windows color (decimal): -8318628 or 6033793. OLE color: 6033793.
HSL color Cylindrical-coordinate representation of color #81115C: hue angle of 319.82º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81115C is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 17 | 92 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.49 |
| HSL | 319.82º | 0.77% | 0.29% | - |
| HSV(B) | 319.82º | 0.87% | 0.51% | - |
| XYZ | 11.19 | 5.84 | 10.66 | - |
| YUV | 59.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 92 | 0 | 0.87 | 0.29 | 0.49 | 319.82 | 0.77 | 0.29 |
| Hex | 81 | 11 | 5C | 0 | 57 | 1D | 31 | 140 | 4D | 1D |
| Octal | 201 | 21 | 134 | 0 | 127 | 35 | 61 | 500 | 115 | 35 |
| Binary | 10000001 | 10001 | 1011100 | 0 | 1010111 | 11101 | 110001 | 101000000 | 1001101 | 11101 |
Color Harmonies of #81115C
Complementary color
Monochromatic Colors of #81115C
Black with #81115C
Text Example
Text Example
White with #81115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81115C; }
p { color: rgb(129,17,92); }
H1.HeaderClassName
{
color: #81115C;
}
.AnyTagClassName
{
color: #81115C;
}
</style>
background-color css
<style>
a { background-color: #81115C; }
a { background-color: rgb(129,17,92); }
div.DivClassName
{
background-color: #81115C;
}
.BgClassName
{
background-color: #81115C;
}
</style>
border-color css
<style>
span { border-color: #81115C; }
span { border-color: rgb(129,17,92); }
td.TdClassName
{
border-color: #81115C;
}
.TagClassName
{
border-color: #81115C;
}
</style>