Shades of Eggplant #81065C
Tints of Eggplant #81065C
RGB
CMYK
RGB Variations
Color information
#81065C (or 0x81065C) is known color: Eggplant. HEX triplet: 81, 06 and 5C. RGB value is (129,6,92). Sum of RGB (Red+Green+Blue) = 129+6+92=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81065C is #7EF9A3. Grayscale: #343434. Windows color (decimal): -8321444 or 6030977. OLE color: 6030977.
HSL color Cylindrical-coordinate representation of color #81065C: hue angle of 318.05º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81065C is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 6 | 92 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.49 |
| HSL | 318.05º | 0.91% | 0.26% | - |
| HSV(B) | 318.05º | 0.95% | 0.51% | - |
| XYZ | 11.05 | 5.57 | 10.62 | - |
| YUV | 52.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 6 | 92 | 0 | 0.95 | 0.29 | 0.49 | 318.05 | 0.91 | 0.26 |
| Hex | 81 | 6 | 5C | 0 | 5F | 1D | 31 | 13E | 5B | 1A |
| Octal | 201 | 6 | 134 | 0 | 137 | 35 | 61 | 476 | 133 | 32 |
| Binary | 10000001 | 110 | 1011100 | 0 | 1011111 | 11101 | 110001 | 100111110 | 1011011 | 11010 |
Color Harmonies of #81065C
Complementary color
Monochromatic Colors of #81065C
Black with #81065C
Text Example
Text Example
White with #81065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81065C; }
p { color: rgb(129,6,92); }
H1.HeaderClassName
{
color: #81065C;
}
.AnyTagClassName
{
color: #81065C;
}
</style>
background-color css
<style>
a { background-color: #81065C; }
a { background-color: rgb(129,6,92); }
div.DivClassName
{
background-color: #81065C;
}
.BgClassName
{
background-color: #81065C;
}
</style>
border-color css
<style>
span { border-color: #81065C; }
span { border-color: rgb(129,6,92); }
td.TdClassName
{
border-color: #81065C;
}
.TagClassName
{
border-color: #81065C;
}
</style>