Shades of Eggplant #81035D
Tints of Eggplant #81035D
RGB
CMYK
RGB Variations
Color information
#81035D (or 0x81035D) is known color: Eggplant. HEX triplet: 81, 03 and 5D. RGB value is (129,3,93). Sum of RGB (Red+Green+Blue) = 129+3+93=225 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.33% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 129 - color contains mainly: red. Hex color #81035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81035D is #7EFCA2. Grayscale: #323232. Windows color (decimal): -8322211 or 6095745. OLE color: 6095745.
HSL color Cylindrical-coordinate representation of color #81035D: hue angle of 317.14º degrees, saturation: 0.95, 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 #81035D is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.49 |
| HSL | 317.14º | 0.95% | 0.26% | - |
| HSV(B) | 317.14º | 0.98% | 0.51% | - |
| XYZ | 11.06 | 5.52 | 10.84 | - |
| YUV | 50.93 | 151.74 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 93 | 0 | 0.98 | 0.28 | 0.49 | 317.14 | 0.95 | 0.26 |
| Hex | 81 | 3 | 5D | 0 | 62 | 1C | 31 | 13D | 5F | 1A |
| Octal | 201 | 3 | 135 | 0 | 142 | 34 | 61 | 475 | 137 | 32 |
| Binary | 10000001 | 11 | 1011101 | 0 | 1100010 | 11100 | 110001 | 100111101 | 1011111 | 11010 |
Color Harmonies of #81035D
Complementary color
Monochromatic Colors of #81035D
Black with #81035D
Text Example
Text Example
White with #81035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81035D; }
p { color: rgb(129,3,93); }
H1.HeaderClassName
{
color: #81035D;
}
.AnyTagClassName
{
color: #81035D;
}
</style>
background-color css
<style>
a { background-color: #81035D; }
a { background-color: rgb(129,3,93); }
div.DivClassName
{
background-color: #81035D;
}
.BgClassName
{
background-color: #81035D;
}
</style>
border-color css
<style>
span { border-color: #81035D; }
span { border-color: rgb(129,3,93); }
td.TdClassName
{
border-color: #81035D;
}
.TagClassName
{
border-color: #81035D;
}
</style>