Shades of Eggplant #950F60
Tints of Eggplant #950F60
RGB
CMYK
RGB Variations
Color information
#950F60 (or 0x950F60) is known color: Eggplant. HEX triplet: 95, 0F and 60. RGB value is (149,15,96). Sum of RGB (Red+Green+Blue) = 149+15+96=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #950F60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F60 is #6AF09F. Grayscale: #404040. Windows color (decimal): -7008416 or 6295445. OLE color: 6295445.
HSL color Cylindrical-coordinate representation of color #950F60: hue angle of 323.73º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F60 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 96 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.42 |
| HSL | 323.73º | 0.82% | 0.32% | - |
| HSV(B) | 323.73º | 0.9% | 0.58% | - |
| XYZ | 14.68 | 7.58 | 11.76 | - |
| YUV | 64.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 96 | 0 | 0.90 | 0.36 | 0.42 | 323.73 | 0.82 | 0.32 |
| Hex | 95 | F | 60 | 0 | 5A | 24 | 2A | 144 | 52 | 20 |
| Octal | 225 | 17 | 140 | 0 | 132 | 44 | 52 | 504 | 122 | 40 |
| Binary | 10010101 | 1111 | 1100000 | 0 | 1011010 | 100100 | 101010 | 101000100 | 1010010 | 100000 |
Color Harmonies of #950F60
Complementary color
Monochromatic Colors of #950F60
Black with #950F60
Text Example
Text Example
White with #950F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F60; }
p { color: rgb(149,15,96); }
H1.HeaderClassName
{
color: #950F60;
}
.AnyTagClassName
{
color: #950F60;
}
</style>
background-color css
<style>
a { background-color: #950F60; }
a { background-color: rgb(149,15,96); }
div.DivClassName
{
background-color: #950F60;
}
.BgClassName
{
background-color: #950F60;
}
</style>
border-color css
<style>
span { border-color: #950F60; }
span { border-color: rgb(149,15,96); }
td.TdClassName
{
border-color: #950F60;
}
.TagClassName
{
border-color: #950F60;
}
</style>