Shades of Eggplant #7F095D
Tints of Eggplant #7F095D
RGB
CMYK
RGB Variations
Color information
#7F095D (or 0x7F095D) is known color: Eggplant. HEX triplet: 7F, 09 and 5D. RGB value is (127,9,93). Sum of RGB (Red+Green+Blue) = 127+9+93=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F095D is #80F6A2. Grayscale: #353535. Windows color (decimal): -8451747 or 6097279. OLE color: 6097279.
HSL color Cylindrical-coordinate representation of color #7F095D: hue angle of 317.29º 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 #7F095D is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 9 | 93 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.50 |
| HSL | 317.29º | 0.87% | 0.27% | - |
| HSV(B) | 317.29º | 0.93% | 0.5% | - |
| XYZ | 10.83 | 5.5 | 10.85 | - |
| YUV | 53.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 93 | 0 | 0.93 | 0.27 | 0.50 | 317.29 | 0.87 | 0.27 |
| Hex | 7F | 9 | 5D | 0 | 5D | 1B | 32 | 13D | 57 | 1B |
| Octal | 177 | 11 | 135 | 0 | 135 | 33 | 62 | 475 | 127 | 33 |
| Binary | 1111111 | 1001 | 1011101 | 0 | 1011101 | 11011 | 110010 | 100111101 | 1010111 | 11011 |
Color Harmonies of #7F095D
Complementary color
Monochromatic Colors of #7F095D
Black with #7F095D
Text Example
Text Example
White with #7F095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F095D; }
p { color: rgb(127,9,93); }
H1.HeaderClassName
{
color: #7F095D;
}
.AnyTagClassName
{
color: #7F095D;
}
</style>
background-color css
<style>
a { background-color: #7F095D; }
a { background-color: rgb(127,9,93); }
div.DivClassName
{
background-color: #7F095D;
}
.BgClassName
{
background-color: #7F095D;
}
</style>
border-color css
<style>
span { border-color: #7F095D; }
span { border-color: rgb(127,9,93); }
td.TdClassName
{
border-color: #7F095D;
}
.TagClassName
{
border-color: #7F095D;
}
</style>