Shades of Eggplant #95085C
Tints of Eggplant #95085C
RGB
CMYK
RGB Variations
Color information
#95085C (or 0x95085C) is known color: Eggplant. HEX triplet: 95, 08 and 5C. RGB value is (149,8,92). Sum of RGB (Red+Green+Blue) = 149+8+92=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95085C is #6AF7A3. Grayscale: #3B3B3B. Windows color (decimal): -7010212 or 6031509. OLE color: 6031509.
HSL color Cylindrical-coordinate representation of color #95085C: hue angle of 324.26º 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 #95085C is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 92 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.42 |
| HSL | 324.26º | 0.9% | 0.31% | - |
| HSV(B) | 324.26º | 0.95% | 0.58% | - |
| XYZ | 14.41 | 7.34 | 10.78 | - |
| YUV | 59.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 92 | 0 | 0.95 | 0.38 | 0.42 | 324.26 | 0.9 | 0.31 |
| Hex | 95 | 8 | 5C | 0 | 5F | 26 | 2A | 144 | 5A | 1F |
| Octal | 225 | 10 | 134 | 0 | 137 | 46 | 52 | 504 | 132 | 37 |
| Binary | 10010101 | 1000 | 1011100 | 0 | 1011111 | 100110 | 101010 | 101000100 | 1011010 | 11111 |
Color Harmonies of #95085C
Complementary color
Monochromatic Colors of #95085C
Black with #95085C
Text Example
Text Example
White with #95085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95085C; }
p { color: rgb(149,8,92); }
H1.HeaderClassName
{
color: #95085C;
}
.AnyTagClassName
{
color: #95085C;
}
</style>
background-color css
<style>
a { background-color: #95085C; }
a { background-color: rgb(149,8,92); }
div.DivClassName
{
background-color: #95085C;
}
.BgClassName
{
background-color: #95085C;
}
</style>
border-color css
<style>
span { border-color: #95085C; }
span { border-color: rgb(149,8,92); }
td.TdClassName
{
border-color: #95085C;
}
.TagClassName
{
border-color: #95085C;
}
</style>