Shades of Eggplant #7F095A
Tints of Eggplant #7F095A
RGB
CMYK
RGB Variations
Color information
#7F095A (or 0x7F095A) is known color: Eggplant. HEX triplet: 7F, 09 and 5A. RGB value is (127,9,90). Sum of RGB (Red+Green+Blue) = 127+9+90=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F095A is #80F6A5. Grayscale: #353535. Windows color (decimal): -8451750 or 5900671. OLE color: 5900671.
HSL color Cylindrical-coordinate representation of color #7F095A: hue angle of 318.81º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F095A is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 90 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.50 |
| HSL | 318.81º | 0.87% | 0.27% | - |
| HSV(B) | 318.81º | 0.93% | 0.5% | - |
| XYZ | 10.7 | 5.45 | 10.16 | - |
| YUV | 53.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 90 | 0 | 0.93 | 0.29 | 0.50 | 318.81 | 0.87 | 0.27 |
| Hex | 7F | 9 | 5A | 0 | 5D | 1D | 32 | 13F | 57 | 1B |
| Octal | 177 | 11 | 132 | 0 | 135 | 35 | 62 | 477 | 127 | 33 |
| Binary | 1111111 | 1001 | 1011010 | 0 | 1011101 | 11101 | 110010 | 100111111 | 1010111 | 11011 |
Color Harmonies of #7F095A
Complementary color
Monochromatic Colors of #7F095A
Black with #7F095A
Text Example
Text Example
White with #7F095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F095A; }
p { color: rgb(127,9,90); }
H1.HeaderClassName
{
color: #7F095A;
}
.AnyTagClassName
{
color: #7F095A;
}
</style>
background-color css
<style>
a { background-color: #7F095A; }
a { background-color: rgb(127,9,90); }
div.DivClassName
{
background-color: #7F095A;
}
.BgClassName
{
background-color: #7F095A;
}
</style>
border-color css
<style>
span { border-color: #7F095A; }
span { border-color: rgb(127,9,90); }
td.TdClassName
{
border-color: #7F095A;
}
.TagClassName
{
border-color: #7F095A;
}
</style>