Shades of Eggplant #95075E
Tints of Eggplant #95075E
RGB
CMYK
RGB Variations
Color information
#95075E (or 0x95075E) is known color: Eggplant. HEX triplet: 95, 07 and 5E. RGB value is (149,7,94). Sum of RGB (Red+Green+Blue) = 149+7+94=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95075E is #6AF8A1. Grayscale: #3B3B3B. Windows color (decimal): -7010466 or 6162325. OLE color: 6162325.
HSL color Cylindrical-coordinate representation of color #95075E: hue angle of 323.24º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95075E is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 94 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.42 |
| HSL | 323.24º | 0.91% | 0.31% | - |
| HSV(B) | 323.24º | 0.95% | 0.58% | - |
| XYZ | 14.49 | 7.35 | 11.24 | - |
| YUV | 59.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 94 | 0 | 0.95 | 0.37 | 0.42 | 323.24 | 0.91 | 0.31 |
| Hex | 95 | 7 | 5E | 0 | 5F | 25 | 2A | 143 | 5B | 1F |
| Octal | 225 | 7 | 136 | 0 | 137 | 45 | 52 | 503 | 133 | 37 |
| Binary | 10010101 | 111 | 1011110 | 0 | 1011111 | 100101 | 101010 | 101000011 | 1011011 | 11111 |
Color Harmonies of #95075E
Complementary color
Monochromatic Colors of #95075E
Black with #95075E
Text Example
Text Example
White with #95075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95075E; }
p { color: rgb(149,7,94); }
H1.HeaderClassName
{
color: #95075E;
}
.AnyTagClassName
{
color: #95075E;
}
</style>
background-color css
<style>
a { background-color: #95075E; }
a { background-color: rgb(149,7,94); }
div.DivClassName
{
background-color: #95075E;
}
.BgClassName
{
background-color: #95075E;
}
</style>
border-color css
<style>
span { border-color: #95075E; }
span { border-color: rgb(149,7,94); }
td.TdClassName
{
border-color: #95075E;
}
.TagClassName
{
border-color: #95075E;
}
</style>