Shades of Eggplant #95096D
Tints of Eggplant #95096D
RGB
CMYK
RGB Variations
Color information
#95096D (or 0x95096D) is known color: Eggplant. HEX triplet: 95, 09 and 6D. RGB value is (149,9,109). Sum of RGB (Red+Green+Blue) = 149+9+109=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #95096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95096D is #6AF692. Grayscale: #3E3E3E. Windows color (decimal): -7009939 or 7145877. OLE color: 7145877.
HSL color Cylindrical-coordinate representation of color #95096D: hue angle of 317.14º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95096D is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 9 | 109 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.42 |
| HSL | 317.14º | 0.89% | 0.31% | - |
| HSV(B) | 317.14º | 0.94% | 0.58% | - |
| XYZ | 15.25 | 7.69 | 15.15 | - |
| YUV | 62.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 9 | 109 | 0 | 0.94 | 0.27 | 0.42 | 317.14 | 0.89 | 0.31 |
| Hex | 95 | 9 | 6D | 0 | 5E | 1B | 2A | 13D | 59 | 1F |
| Octal | 225 | 11 | 155 | 0 | 136 | 33 | 52 | 475 | 131 | 37 |
| Binary | 10010101 | 1001 | 1101101 | 0 | 1011110 | 11011 | 101010 | 100111101 | 1011001 | 11111 |
Color Harmonies of #95096D
Complementary color
Monochromatic Colors of #95096D
Black with #95096D
Text Example
Text Example
White with #95096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95096D; }
p { color: rgb(149,9,109); }
H1.HeaderClassName
{
color: #95096D;
}
.AnyTagClassName
{
color: #95096D;
}
</style>
background-color css
<style>
a { background-color: #95096D; }
a { background-color: rgb(149,9,109); }
div.DivClassName
{
background-color: #95096D;
}
.BgClassName
{
background-color: #95096D;
}
</style>
border-color css
<style>
span { border-color: #95096D; }
span { border-color: rgb(149,9,109); }
td.TdClassName
{
border-color: #95096D;
}
.TagClassName
{
border-color: #95096D;
}
</style>