Shades of Eggplant #95065A
Tints of Eggplant #95065A
RGB
CMYK
RGB Variations
Color information
#95065A (or 0x95065A) is known color: Eggplant. HEX triplet: 95, 06 and 5A. RGB value is (149,6,90). Sum of RGB (Red+Green+Blue) = 149+6+90=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95065A is #6AF9A5. Grayscale: #3A3A3A. Windows color (decimal): -7010726 or 5899925. OLE color: 5899925.
HSL color Cylindrical-coordinate representation of color #95065A: hue angle of 324.76º 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 #95065A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 6 | 90 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.42 |
| HSL | 324.76º | 0.92% | 0.3% | - |
| HSV(B) | 324.76º | 0.96% | 0.58% | - |
| XYZ | 14.31 | 7.26 | 10.32 | - |
| YUV | 58.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 90 | 0 | 0.96 | 0.40 | 0.42 | 324.76 | 0.92 | 0.3 |
| Hex | 95 | 6 | 5A | 0 | 60 | 28 | 2A | 145 | 5C | 1E |
| Octal | 225 | 6 | 132 | 0 | 140 | 50 | 52 | 505 | 134 | 36 |
| Binary | 10010101 | 110 | 1011010 | 0 | 1100000 | 101000 | 101010 | 101000101 | 1011100 | 11110 |
Color Harmonies of #95065A
Complementary color
Monochromatic Colors of #95065A
Black with #95065A
Text Example
Text Example
White with #95065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95065A; }
p { color: rgb(149,6,90); }
H1.HeaderClassName
{
color: #95065A;
}
.AnyTagClassName
{
color: #95065A;
}
</style>
background-color css
<style>
a { background-color: #95065A; }
a { background-color: rgb(149,6,90); }
div.DivClassName
{
background-color: #95065A;
}
.BgClassName
{
background-color: #95065A;
}
</style>
border-color css
<style>
span { border-color: #95065A; }
span { border-color: rgb(149,6,90); }
td.TdClassName
{
border-color: #95065A;
}
.TagClassName
{
border-color: #95065A;
}
</style>