Shades of Eggplant #81025C
Tints of Eggplant #81025C
RGB
CMYK
RGB Variations
Color information
#81025C (or 0x81025C) is known color: Eggplant. HEX triplet: 81, 02 and 5C. RGB value is (129,2,92). Sum of RGB (Red+Green+Blue) = 129+2+92=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #81025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81025C is #7EFDA3. Grayscale: #313131. Windows color (decimal): -8322468 or 6029953. OLE color: 6029953.
HSL color Cylindrical-coordinate representation of color #81025C: hue angle of 317.48º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81025C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 2 | 92 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.49 |
| HSL | 317.48º | 0.97% | 0.26% | - |
| HSV(B) | 317.48º | 0.98% | 0.51% | - |
| XYZ | 11.01 | 5.48 | 10.6 | - |
| YUV | 50.23 | 151.58 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 2 | 92 | 0 | 0.98 | 0.29 | 0.49 | 317.48 | 0.97 | 0.26 |
| Hex | 81 | 2 | 5C | 0 | 62 | 1D | 31 | 13D | 61 | 1A |
| Octal | 201 | 2 | 134 | 0 | 142 | 35 | 61 | 475 | 141 | 32 |
| Binary | 10000001 | 10 | 1011100 | 0 | 1100010 | 11101 | 110001 | 100111101 | 1100001 | 11010 |
Color Harmonies of #81025C
Complementary color
Monochromatic Colors of #81025C
Black with #81025C
Text Example
Text Example
White with #81025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81025C; }
p { color: rgb(129,2,92); }
H1.HeaderClassName
{
color: #81025C;
}
.AnyTagClassName
{
color: #81025C;
}
</style>
background-color css
<style>
a { background-color: #81025C; }
a { background-color: rgb(129,2,92); }
div.DivClassName
{
background-color: #81025C;
}
.BgClassName
{
background-color: #81025C;
}
</style>
border-color css
<style>
span { border-color: #81025C; }
span { border-color: rgb(129,2,92); }
td.TdClassName
{
border-color: #81025C;
}
.TagClassName
{
border-color: #81025C;
}
</style>