Shades of Eggplant #81135B
Tints of Eggplant #81135B
RGB
CMYK
RGB Variations
Color information
#81135B (or 0x81135B) is known color: Eggplant. HEX triplet: 81, 13 and 5B. RGB value is (129,19,91). Sum of RGB (Red+Green+Blue) = 129+19+91=239 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.97% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 129 - color contains mainly: red. Hex color #81135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81135B is #7EECA4. Grayscale: #3B3B3B. Windows color (decimal): -8318117 or 5968769. OLE color: 5968769.
HSL color Cylindrical-coordinate representation of color #81135B: hue angle of 320.73º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81135B is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 19 | 91 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.49 |
| HSL | 320.73º | 0.74% | 0.29% | - |
| HSV(B) | 320.73º | 0.85% | 0.51% | - |
| XYZ | 11.17 | 5.89 | 10.45 | - |
| YUV | 60.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 91 | 0 | 0.85 | 0.29 | 0.49 | 320.73 | 0.74 | 0.29 |
| Hex | 81 | 13 | 5B | 0 | 55 | 1D | 31 | 141 | 4A | 1D |
| Octal | 201 | 23 | 133 | 0 | 125 | 35 | 61 | 501 | 112 | 35 |
| Binary | 10000001 | 10011 | 1011011 | 0 | 1010101 | 11101 | 110001 | 101000001 | 1001010 | 11101 |
Color Harmonies of #81135B
Complementary color
Monochromatic Colors of #81135B
Black with #81135B
Text Example
Text Example
White with #81135B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81135B; }
p { color: rgb(129,19,91); }
H1.HeaderClassName
{
color: #81135B;
}
.AnyTagClassName
{
color: #81135B;
}
</style>
background-color css
<style>
a { background-color: #81135B; }
a { background-color: rgb(129,19,91); }
div.DivClassName
{
background-color: #81135B;
}
.BgClassName
{
background-color: #81135B;
}
</style>
border-color css
<style>
span { border-color: #81135B; }
span { border-color: rgb(129,19,91); }
td.TdClassName
{
border-color: #81135B;
}
.TagClassName
{
border-color: #81135B;
}
</style>