Shades of Eggplant #950173
Tints of Eggplant #950173
RGB
CMYK
RGB Variations
Color information
#950173 (or 0x950173) is known color: Eggplant. HEX triplet: 95, 01 and 73. RGB value is (149,1,115). Sum of RGB (Red+Green+Blue) = 149+1+115=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #950173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950173 is #6AFE8C. Grayscale: #393939. Windows color (decimal): -7011981 or 7537045. OLE color: 7537045.
HSL color Cylindrical-coordinate representation of color #950173: hue angle of 313.78º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950173 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.42 |
| HSL | 313.78º | 0.99% | 0.29% | - |
| HSV(B) | 313.78º | 0.99% | 0.58% | - |
| XYZ | 15.5 | 7.65 | 16.88 | - |
| YUV | 58.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 115 | 0 | 0.99 | 0.23 | 0.42 | 313.78 | 0.99 | 0.29 |
| Hex | 95 | 1 | 73 | 0 | 63 | 17 | 2A | 13A | 63 | 1D |
| Octal | 225 | 1 | 163 | 0 | 143 | 27 | 52 | 472 | 143 | 35 |
| Binary | 10010101 | 1 | 1110011 | 0 | 1100011 | 10111 | 101010 | 100111010 | 1100011 | 11101 |
Color Harmonies of #950173
Complementary color
Monochromatic Colors of #950173
Black with #950173
Text Example
Text Example
White with #950173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950173; }
p { color: rgb(149,1,115); }
H1.HeaderClassName
{
color: #950173;
}
.AnyTagClassName
{
color: #950173;
}
</style>
background-color css
<style>
a { background-color: #950173; }
a { background-color: rgb(149,1,115); }
div.DivClassName
{
background-color: #950173;
}
.BgClassName
{
background-color: #950173;
}
</style>
border-color css
<style>
span { border-color: #950173; }
span { border-color: rgb(149,1,115); }
td.TdClassName
{
border-color: #950173;
}
.TagClassName
{
border-color: #950173;
}
</style>