Shades of Eggplant #95085D
Tints of Eggplant #95085D
RGB
CMYK
RGB Variations
Color information
#95085D (or 0x95085D) is known color: Eggplant. HEX triplet: 95, 08 and 5D. RGB value is (149,8,93). Sum of RGB (Red+Green+Blue) = 149+8+93=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95085D is #6AF7A2. Grayscale: #3B3B3B. Windows color (decimal): -7010211 or 6097045. OLE color: 6097045.
HSL color Cylindrical-coordinate representation of color #95085D: hue angle of 323.83º degrees, saturation: 0.9, 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 #95085D is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 93 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.42 |
| HSL | 323.83º | 0.9% | 0.31% | - |
| HSV(B) | 323.83º | 0.95% | 0.58% | - |
| XYZ | 14.46 | 7.35 | 11.01 | - |
| YUV | 59.85 | 146.71 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 93 | 0 | 0.95 | 0.38 | 0.42 | 323.83 | 0.9 | 0.31 |
| Hex | 95 | 8 | 5D | 0 | 5F | 26 | 2A | 144 | 5A | 1F |
| Octal | 225 | 10 | 135 | 0 | 137 | 46 | 52 | 504 | 132 | 37 |
| Binary | 10010101 | 1000 | 1011101 | 0 | 1011111 | 100110 | 101010 | 101000100 | 1011010 | 11111 |
Color Harmonies of #95085D
Complementary color
Monochromatic Colors of #95085D
Black with #95085D
Text Example
Text Example
White with #95085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95085D; }
p { color: rgb(149,8,93); }
H1.HeaderClassName
{
color: #95085D;
}
.AnyTagClassName
{
color: #95085D;
}
</style>
background-color css
<style>
a { background-color: #95085D; }
a { background-color: rgb(149,8,93); }
div.DivClassName
{
background-color: #95085D;
}
.BgClassName
{
background-color: #95085D;
}
</style>
border-color css
<style>
span { border-color: #95085D; }
span { border-color: rgb(149,8,93); }
td.TdClassName
{
border-color: #95085D;
}
.TagClassName
{
border-color: #95085D;
}
</style>