Shades of Eggplant #950273
Tints of Eggplant #950273
RGB
CMYK
RGB Variations
Color information
#950273 (or 0x950273) is known color: Eggplant. HEX triplet: 95, 02 and 73. RGB value is (149,2,115). Sum of RGB (Red+Green+Blue) = 149+2+115=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #950273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950273 is #6AFD8C. Grayscale: #3A3A3A. Windows color (decimal): -7011725 or 7537301. OLE color: 7537301.
HSL color Cylindrical-coordinate representation of color #950273: hue angle of 313.88º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950273 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.42 |
| HSL | 313.88º | 0.97% | 0.3% | - |
| HSV(B) | 313.88º | 0.99% | 0.58% | - |
| XYZ | 15.51 | 7.67 | 16.88 | - |
| YUV | 58.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 115 | 0 | 0.99 | 0.23 | 0.42 | 313.88 | 0.97 | 0.3 |
| Hex | 95 | 2 | 73 | 0 | 63 | 17 | 2A | 13A | 61 | 1E |
| Octal | 225 | 2 | 163 | 0 | 143 | 27 | 52 | 472 | 141 | 36 |
| Binary | 10010101 | 10 | 1110011 | 0 | 1100011 | 10111 | 101010 | 100111010 | 1100001 | 11110 |
Color Harmonies of #950273
Complementary color
Monochromatic Colors of #950273
Black with #950273
Text Example
Text Example
White with #950273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950273; }
p { color: rgb(149,2,115); }
H1.HeaderClassName
{
color: #950273;
}
.AnyTagClassName
{
color: #950273;
}
</style>
background-color css
<style>
a { background-color: #950273; }
a { background-color: rgb(149,2,115); }
div.DivClassName
{
background-color: #950273;
}
.BgClassName
{
background-color: #950273;
}
</style>
border-color css
<style>
span { border-color: #950273; }
span { border-color: rgb(149,2,115); }
td.TdClassName
{
border-color: #950273;
}
.TagClassName
{
border-color: #950273;
}
</style>