Shades of Eggplant #81045B
Tints of Eggplant #81045B
RGB
CMYK
RGB Variations
Color information
#81045B (or 0x81045B) is known color: Eggplant. HEX triplet: 81, 04 and 5B. RGB value is (129,4,91). Sum of RGB (Red+Green+Blue) = 129+4+91=224 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.59% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 129 - color contains mainly: red. Hex color #81045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81045B is #7EFBA4. Grayscale: #333333. Windows color (decimal): -8321957 or 5964929. OLE color: 5964929.
HSL color Cylindrical-coordinate representation of color #81045B: hue angle of 318.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81045B is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 4 | 91 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.49 |
| HSL | 318.24º | 0.94% | 0.26% | - |
| HSV(B) | 318.24º | 0.97% | 0.51% | - |
| XYZ | 10.99 | 5.51 | 10.38 | - |
| YUV | 51.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 91 | 0 | 0.97 | 0.29 | 0.49 | 318.24 | 0.94 | 0.26 |
| Hex | 81 | 4 | 5B | 0 | 61 | 1D | 31 | 13E | 5E | 1A |
| Octal | 201 | 4 | 133 | 0 | 141 | 35 | 61 | 476 | 136 | 32 |
| Binary | 10000001 | 100 | 1011011 | 0 | 1100001 | 11101 | 110001 | 100111110 | 1011110 | 11010 |
Color Harmonies of #81045B
Complementary color
Monochromatic Colors of #81045B
Black with #81045B
Text Example
Text Example
White with #81045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81045B; }
p { color: rgb(129,4,91); }
H1.HeaderClassName
{
color: #81045B;
}
.AnyTagClassName
{
color: #81045B;
}
</style>
background-color css
<style>
a { background-color: #81045B; }
a { background-color: rgb(129,4,91); }
div.DivClassName
{
background-color: #81045B;
}
.BgClassName
{
background-color: #81045B;
}
</style>
border-color css
<style>
span { border-color: #81045B; }
span { border-color: rgb(129,4,91); }
td.TdClassName
{
border-color: #81045B;
}
.TagClassName
{
border-color: #81045B;
}
</style>