Shades of Eggplant #95136F
Tints of Eggplant #95136F
RGB
CMYK
RGB Variations
Color information
#95136F (or 0x95136F) is known color: Eggplant. HEX triplet: 95, 13 and 6F. RGB value is (149,19,111). Sum of RGB (Red+Green+Blue) = 149+19+111=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95136F is #6AEC90. Grayscale: #444444. Windows color (decimal): -7007377 or 7279509. OLE color: 7279509.
HSL color Cylindrical-coordinate representation of color #95136F: hue angle of 317.54º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95136F is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 111 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.42 |
| HSL | 317.54º | 0.77% | 0.33% | - |
| HSV(B) | 317.54º | 0.87% | 0.58% | - |
| XYZ | 15.5 | 8 | 15.77 | - |
| YUV | 68.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 111 | 0 | 0.87 | 0.26 | 0.42 | 317.54 | 0.77 | 0.33 |
| Hex | 95 | 13 | 6F | 0 | 57 | 1A | 2A | 13E | 4D | 21 |
| Octal | 225 | 23 | 157 | 0 | 127 | 32 | 52 | 476 | 115 | 41 |
| Binary | 10010101 | 10011 | 1101111 | 0 | 1010111 | 11010 | 101010 | 100111110 | 1001101 | 100001 |
Color Harmonies of #95136F
Complementary color
Monochromatic Colors of #95136F
Black with #95136F
Text Example
Text Example
White with #95136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95136F; }
p { color: rgb(149,19,111); }
H1.HeaderClassName
{
color: #95136F;
}
.AnyTagClassName
{
color: #95136F;
}
</style>
background-color css
<style>
a { background-color: #95136F; }
a { background-color: rgb(149,19,111); }
div.DivClassName
{
background-color: #95136F;
}
.BgClassName
{
background-color: #95136F;
}
</style>
border-color css
<style>
span { border-color: #95136F; }
span { border-color: rgb(149,19,111); }
td.TdClassName
{
border-color: #95136F;
}
.TagClassName
{
border-color: #95136F;
}
</style>