Shades of Eggplant #950F61
Tints of Eggplant #950F61
RGB
CMYK
RGB Variations
Color information
#950F61 (or 0x950F61) is known color: Eggplant. HEX triplet: 95, 0F and 61. RGB value is (149,15,97). Sum of RGB (Red+Green+Blue) = 149+15+97=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #950F61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F61 is #6AF09E. Grayscale: #404040. Windows color (decimal): -7008415 or 6360981. OLE color: 6360981.
HSL color Cylindrical-coordinate representation of color #950F61: hue angle of 323.28º 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 #950F61 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 97 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.42 |
| HSL | 323.28º | 0.82% | 0.32% | - |
| HSV(B) | 323.28º | 0.9% | 0.58% | - |
| XYZ | 14.72 | 7.59 | 12 | - |
| YUV | 64.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 97 | 0 | 0.90 | 0.35 | 0.42 | 323.28 | 0.82 | 0.32 |
| Hex | 95 | F | 61 | 0 | 5A | 23 | 2A | 143 | 52 | 20 |
| Octal | 225 | 17 | 141 | 0 | 132 | 43 | 52 | 503 | 122 | 40 |
| Binary | 10010101 | 1111 | 1100001 | 0 | 1011010 | 100011 | 101010 | 101000011 | 1010010 | 100000 |
Color Harmonies of #950F61
Complementary color
Monochromatic Colors of #950F61
Black with #950F61
Text Example
Text Example
White with #950F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F61; }
p { color: rgb(149,15,97); }
H1.HeaderClassName
{
color: #950F61;
}
.AnyTagClassName
{
color: #950F61;
}
</style>
background-color css
<style>
a { background-color: #950F61; }
a { background-color: rgb(149,15,97); }
div.DivClassName
{
background-color: #950F61;
}
.BgClassName
{
background-color: #950F61;
}
</style>
border-color css
<style>
span { border-color: #950F61; }
span { border-color: rgb(149,15,97); }
td.TdClassName
{
border-color: #950F61;
}
.TagClassName
{
border-color: #950F61;
}
</style>