Shades of Eggplant #950360
Tints of Eggplant #950360
RGB
CMYK
RGB Variations
Color information
#950360 (or 0x950360) is known color: Eggplant. HEX triplet: 95, 03 and 60. RGB value is (149,3,96). Sum of RGB (Red+Green+Blue) = 149+3+96=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #950360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950360 is #6AFC9F. Grayscale: #393939. Windows color (decimal): -7011488 or 6292373. OLE color: 6292373.
HSL color Cylindrical-coordinate representation of color #950360: hue angle of 321.78º 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 #950360 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 96 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.42 |
| HSL | 321.78º | 0.96% | 0.3% | - |
| HSV(B) | 321.78º | 0.98% | 0.58% | - |
| XYZ | 14.54 | 7.3 | 11.71 | - |
| YUV | 57.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 96 | 0 | 0.98 | 0.36 | 0.42 | 321.78 | 0.96 | 0.3 |
| Hex | 95 | 3 | 60 | 0 | 62 | 24 | 2A | 142 | 60 | 1E |
| Octal | 225 | 3 | 140 | 0 | 142 | 44 | 52 | 502 | 140 | 36 |
| Binary | 10010101 | 11 | 1100000 | 0 | 1100010 | 100100 | 101010 | 101000010 | 1100000 | 11110 |
Color Harmonies of #950360
Complementary color
Monochromatic Colors of #950360
Black with #950360
Text Example
Text Example
White with #950360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950360; }
p { color: rgb(149,3,96); }
H1.HeaderClassName
{
color: #950360;
}
.AnyTagClassName
{
color: #950360;
}
</style>
background-color css
<style>
a { background-color: #950360; }
a { background-color: rgb(149,3,96); }
div.DivClassName
{
background-color: #950360;
}
.BgClassName
{
background-color: #950360;
}
</style>
border-color css
<style>
span { border-color: #950360; }
span { border-color: rgb(149,3,96); }
td.TdClassName
{
border-color: #950360;
}
.TagClassName
{
border-color: #950360;
}
</style>