Shades of Eggplant #95076D
Tints of Eggplant #95076D
RGB
CMYK
RGB Variations
Color information
#95076D (or 0x95076D) is known color: Eggplant. HEX triplet: 95, 07 and 6D. RGB value is (149,7,109). Sum of RGB (Red+Green+Blue) = 149+7+109=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95076D is #6AF892. Grayscale: #3C3C3C. Windows color (decimal): -7010451 or 7145365. OLE color: 7145365.
HSL color Cylindrical-coordinate representation of color #95076D: hue angle of 316.9º 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 #95076D is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 109 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.42 |
| HSL | 316.9º | 0.91% | 0.31% | - |
| HSV(B) | 316.9º | 0.95% | 0.58% | - |
| XYZ | 15.23 | 7.65 | 15.14 | - |
| YUV | 61.09 | 155.04 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 109 | 0 | 0.95 | 0.27 | 0.42 | 316.9 | 0.91 | 0.31 |
| Hex | 95 | 7 | 6D | 0 | 5F | 1B | 2A | 13D | 5B | 1F |
| Octal | 225 | 7 | 155 | 0 | 137 | 33 | 52 | 475 | 133 | 37 |
| Binary | 10010101 | 111 | 1101101 | 0 | 1011111 | 11011 | 101010 | 100111101 | 1011011 | 11111 |
Color Harmonies of #95076D
Complementary color
Monochromatic Colors of #95076D
Black with #95076D
Text Example
Text Example
White with #95076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95076D; }
p { color: rgb(149,7,109); }
H1.HeaderClassName
{
color: #95076D;
}
.AnyTagClassName
{
color: #95076D;
}
</style>
background-color css
<style>
a { background-color: #95076D; }
a { background-color: rgb(149,7,109); }
div.DivClassName
{
background-color: #95076D;
}
.BgClassName
{
background-color: #95076D;
}
</style>
border-color css
<style>
span { border-color: #95076D; }
span { border-color: rgb(149,7,109); }
td.TdClassName
{
border-color: #95076D;
}
.TagClassName
{
border-color: #95076D;
}
</style>