Shades of Eggplant #950374
Tints of Eggplant #950374
RGB
CMYK
RGB Variations
Color information
#950374 (or 0x950374) is known color: Eggplant. HEX triplet: 95, 03 and 74. RGB value is (149,3,116). Sum of RGB (Red+Green+Blue) = 149+3+116=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #950374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950374 is #6AFC8B. Grayscale: #3B3B3B. Windows color (decimal): -7011468 or 7603093. OLE color: 7603093.
HSL color Cylindrical-coordinate representation of color #950374: hue angle of 313.56º 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 #950374 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 116 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.42 |
| HSL | 313.56º | 0.96% | 0.3% | - |
| HSV(B) | 313.56º | 0.98% | 0.58% | - |
| XYZ | 15.58 | 7.72 | 17.19 | - |
| YUV | 59.54 | 159.87 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 116 | 0 | 0.98 | 0.22 | 0.42 | 313.56 | 0.96 | 0.3 |
| Hex | 95 | 3 | 74 | 0 | 62 | 16 | 2A | 13A | 60 | 1E |
| Octal | 225 | 3 | 164 | 0 | 142 | 26 | 52 | 472 | 140 | 36 |
| Binary | 10010101 | 11 | 1110100 | 0 | 1100010 | 10110 | 101010 | 100111010 | 1100000 | 11110 |
Color Harmonies of #950374
Complementary color
Monochromatic Colors of #950374
Black with #950374
Text Example
Text Example
White with #950374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950374; }
p { color: rgb(149,3,116); }
H1.HeaderClassName
{
color: #950374;
}
.AnyTagClassName
{
color: #950374;
}
</style>
background-color css
<style>
a { background-color: #950374; }
a { background-color: rgb(149,3,116); }
div.DivClassName
{
background-color: #950374;
}
.BgClassName
{
background-color: #950374;
}
</style>
border-color css
<style>
span { border-color: #950374; }
span { border-color: rgb(149,3,116); }
td.TdClassName
{
border-color: #950374;
}
.TagClassName
{
border-color: #950374;
}
</style>