Shades of Eggplant #95035A
Tints of Eggplant #95035A
RGB
CMYK
RGB Variations
Color information
#95035A (or 0x95035A) is known color: Eggplant. HEX triplet: 95, 03 and 5A. RGB value is (149,3,90). Sum of RGB (Red+Green+Blue) = 149+3+90=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #95035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95035A is #6AFCA5. Grayscale: #383838. Windows color (decimal): -7011494 or 5899157. OLE color: 5899157.
HSL color Cylindrical-coordinate representation of color #95035A: hue angle of 324.25º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95035A is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 90 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.42 |
| HSL | 324.25º | 0.96% | 0.3% | - |
| HSV(B) | 324.25º | 0.98% | 0.58% | - |
| XYZ | 14.27 | 7.19 | 10.31 | - |
| YUV | 56.57 | 146.87 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 90 | 0 | 0.98 | 0.40 | 0.42 | 324.25 | 0.96 | 0.3 |
| Hex | 95 | 3 | 5A | 0 | 62 | 28 | 2A | 144 | 60 | 1E |
| Octal | 225 | 3 | 132 | 0 | 142 | 50 | 52 | 504 | 140 | 36 |
| Binary | 10010101 | 11 | 1011010 | 0 | 1100010 | 101000 | 101010 | 101000100 | 1100000 | 11110 |
Color Harmonies of #95035A
Complementary color
Monochromatic Colors of #95035A
Black with #95035A
Text Example
Text Example
White with #95035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95035A; }
p { color: rgb(149,3,90); }
H1.HeaderClassName
{
color: #95035A;
}
.AnyTagClassName
{
color: #95035A;
}
</style>
background-color css
<style>
a { background-color: #95035A; }
a { background-color: rgb(149,3,90); }
div.DivClassName
{
background-color: #95035A;
}
.BgClassName
{
background-color: #95035A;
}
</style>
border-color css
<style>
span { border-color: #95035A; }
span { border-color: rgb(149,3,90); }
td.TdClassName
{
border-color: #95035A;
}
.TagClassName
{
border-color: #95035A;
}
</style>