Shades of Eggplant #95065C
Tints of Eggplant #95065C
RGB
CMYK
RGB Variations
Color information
#95065C (or 0x95065C) is known color: Eggplant. HEX triplet: 95, 06 and 5C. RGB value is (149,6,92). Sum of RGB (Red+Green+Blue) = 149+6+92=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95065C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95065C is #6AF9A3. Grayscale: #3A3A3A. Windows color (decimal): -7010724 or 6030997. OLE color: 6030997.
HSL color Cylindrical-coordinate representation of color #95065C: hue angle of 323.92º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #95065C is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 6 | 92 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.42 |
| HSL | 323.92º | 0.92% | 0.3% | - |
| HSV(B) | 323.92º | 0.96% | 0.58% | - |
| XYZ | 14.39 | 7.29 | 10.77 | - |
| YUV | 58.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 92 | 0 | 0.96 | 0.38 | 0.42 | 323.92 | 0.92 | 0.3 |
| Hex | 95 | 6 | 5C | 0 | 60 | 26 | 2A | 144 | 5C | 1E |
| Octal | 225 | 6 | 134 | 0 | 140 | 46 | 52 | 504 | 134 | 36 |
| Binary | 10010101 | 110 | 1011100 | 0 | 1100000 | 100110 | 101010 | 101000100 | 1011100 | 11110 |
Color Harmonies of #95065C
Complementary color
Monochromatic Colors of #95065C
Black with #95065C
Text Example
Text Example
White with #95065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95065C; }
p { color: rgb(149,6,92); }
H1.HeaderClassName
{
color: #95065C;
}
.AnyTagClassName
{
color: #95065C;
}
</style>
background-color css
<style>
a { background-color: #95065C; }
a { background-color: rgb(149,6,92); }
div.DivClassName
{
background-color: #95065C;
}
.BgClassName
{
background-color: #95065C;
}
</style>
border-color css
<style>
span { border-color: #95065C; }
span { border-color: rgb(149,6,92); }
td.TdClassName
{
border-color: #95065C;
}
.TagClassName
{
border-color: #95065C;
}
</style>