Shades of Eggplant #950372
Tints of Eggplant #950372
RGB
CMYK
RGB Variations
Color information
#950372 (or 0x950372) is known color: Eggplant. HEX triplet: 95, 03 and 72. RGB value is (149,3,114). Sum of RGB (Red+Green+Blue) = 149+3+114=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #950372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950372 is #6AFC8D. Grayscale: #3B3B3B. Windows color (decimal): -7011470 or 7472021. OLE color: 7472021.
HSL color Cylindrical-coordinate representation of color #950372: hue angle of 314.38º 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 #950372 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 114 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.42 |
| HSL | 314.38º | 0.96% | 0.3% | - |
| HSV(B) | 314.38º | 0.98% | 0.58% | - |
| XYZ | 15.46 | 7.67 | 16.58 | - |
| YUV | 59.31 | 158.87 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 114 | 0 | 0.98 | 0.23 | 0.42 | 314.38 | 0.96 | 0.3 |
| Hex | 95 | 3 | 72 | 0 | 62 | 17 | 2A | 13A | 60 | 1E |
| Octal | 225 | 3 | 162 | 0 | 142 | 27 | 52 | 472 | 140 | 36 |
| Binary | 10010101 | 11 | 1110010 | 0 | 1100010 | 10111 | 101010 | 100111010 | 1100000 | 11110 |
Color Harmonies of #950372
Complementary color
Monochromatic Colors of #950372
Black with #950372
Text Example
Text Example
White with #950372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950372; }
p { color: rgb(149,3,114); }
H1.HeaderClassName
{
color: #950372;
}
.AnyTagClassName
{
color: #950372;
}
</style>
background-color css
<style>
a { background-color: #950372; }
a { background-color: rgb(149,3,114); }
div.DivClassName
{
background-color: #950372;
}
.BgClassName
{
background-color: #950372;
}
</style>
border-color css
<style>
span { border-color: #950372; }
span { border-color: rgb(149,3,114); }
td.TdClassName
{
border-color: #950372;
}
.TagClassName
{
border-color: #950372;
}
</style>