Shades of Eggplant #81105A
Tints of Eggplant #81105A
RGB
CMYK
RGB Variations
Color information
#81105A (or 0x81105A) is known color: Eggplant. HEX triplet: 81, 10 and 5A. RGB value is (129,16,90). Sum of RGB (Red+Green+Blue) = 129+16+90=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #81105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81105A is #7EEFA5. Grayscale: #3A3A3A. Windows color (decimal): -8318886 or 5902465. OLE color: 5902465.
HSL color Cylindrical-coordinate representation of color #81105A: hue angle of 320.71º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81105A is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 90 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.49 |
| HSL | 320.71º | 0.78% | 0.28% | - |
| HSV(B) | 320.71º | 0.88% | 0.51% | - |
| XYZ | 11.08 | 5.78 | 10.2 | - |
| YUV | 58.22 | 145.94 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 90 | 0 | 0.88 | 0.30 | 0.49 | 320.71 | 0.78 | 0.28 |
| Hex | 81 | 10 | 5A | 0 | 58 | 1E | 31 | 141 | 4E | 1C |
| Octal | 201 | 20 | 132 | 0 | 130 | 36 | 61 | 501 | 116 | 34 |
| Binary | 10000001 | 10000 | 1011010 | 0 | 1011000 | 11110 | 110001 | 101000001 | 1001110 | 11100 |
Color Harmonies of #81105A
Complementary color
Monochromatic Colors of #81105A
Black with #81105A
Text Example
Text Example
White with #81105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81105A; }
p { color: rgb(129,16,90); }
H1.HeaderClassName
{
color: #81105A;
}
.AnyTagClassName
{
color: #81105A;
}
</style>
background-color css
<style>
a { background-color: #81105A; }
a { background-color: rgb(129,16,90); }
div.DivClassName
{
background-color: #81105A;
}
.BgClassName
{
background-color: #81105A;
}
</style>
border-color css
<style>
span { border-color: #81105A; }
span { border-color: rgb(129,16,90); }
td.TdClassName
{
border-color: #81105A;
}
.TagClassName
{
border-color: #81105A;
}
</style>