Shades of Eggplant #950357
Tints of Eggplant #950357
RGB
CMYK
RGB Variations
Color information
#950357 (or 0x950357) is known color: Eggplant. HEX triplet: 95, 03 and 57. RGB value is (149,3,87). Sum of RGB (Red+Green+Blue) = 149+3+87=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #950357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950357 is #6AFCA8. Grayscale: #383838. Windows color (decimal): -7011497 or 5702549. OLE color: 5702549.
HSL color Cylindrical-coordinate representation of color #950357: hue angle of 325.48º 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 #950357 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.42 |
| HSL | 325.48º | 0.96% | 0.3% | - |
| HSV(B) | 325.48º | 0.98% | 0.58% | - |
| XYZ | 14.15 | 7.14 | 9.65 | - |
| YUV | 56.23 | 145.37 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 87 | 0 | 0.98 | 0.42 | 0.42 | 325.48 | 0.96 | 0.3 |
| Hex | 95 | 3 | 57 | 0 | 62 | 2A | 2A | 145 | 60 | 1E |
| Octal | 225 | 3 | 127 | 0 | 142 | 52 | 52 | 505 | 140 | 36 |
| Binary | 10010101 | 11 | 1010111 | 0 | 1100010 | 101010 | 101010 | 101000101 | 1100000 | 11110 |
Color Harmonies of #950357
Complementary color
Monochromatic Colors of #950357
Black with #950357
Text Example
Text Example
White with #950357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950357; }
p { color: rgb(149,3,87); }
H1.HeaderClassName
{
color: #950357;
}
.AnyTagClassName
{
color: #950357;
}
</style>
background-color css
<style>
a { background-color: #950357; }
a { background-color: rgb(149,3,87); }
div.DivClassName
{
background-color: #950357;
}
.BgClassName
{
background-color: #950357;
}
</style>
border-color css
<style>
span { border-color: #950357; }
span { border-color: rgb(149,3,87); }
td.TdClassName
{
border-color: #950357;
}
.TagClassName
{
border-color: #950357;
}
</style>