Shades of Eggplant #950F64
Tints of Eggplant #950F64
RGB
CMYK
RGB Variations
Color information
#950F64 (or 0x950F64) is known color: Eggplant. HEX triplet: 95, 0F and 64. RGB value is (149,15,100). Sum of RGB (Red+Green+Blue) = 149+15+100=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #950F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F64 is #6AF09B. Grayscale: #404040. Windows color (decimal): -7008412 or 6557589. OLE color: 6557589.
HSL color Cylindrical-coordinate representation of color #950F64: hue angle of 321.94º 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 #950F64 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 100 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.42 |
| HSL | 321.94º | 0.82% | 0.32% | - |
| HSV(B) | 321.94º | 0.9% | 0.58% | - |
| XYZ | 14.87 | 7.65 | 12.75 | - |
| YUV | 64.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 100 | 0 | 0.90 | 0.33 | 0.42 | 321.94 | 0.82 | 0.32 |
| Hex | 95 | F | 64 | 0 | 5A | 21 | 2A | 142 | 52 | 20 |
| Octal | 225 | 17 | 144 | 0 | 132 | 41 | 52 | 502 | 122 | 40 |
| Binary | 10010101 | 1111 | 1100100 | 0 | 1011010 | 100001 | 101010 | 101000010 | 1010010 | 100000 |
Color Harmonies of #950F64
Complementary color
Monochromatic Colors of #950F64
Black with #950F64
Text Example
Text Example
White with #950F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F64; }
p { color: rgb(149,15,100); }
H1.HeaderClassName
{
color: #950F64;
}
.AnyTagClassName
{
color: #950F64;
}
</style>
background-color css
<style>
a { background-color: #950F64; }
a { background-color: rgb(149,15,100); }
div.DivClassName
{
background-color: #950F64;
}
.BgClassName
{
background-color: #950F64;
}
</style>
border-color css
<style>
span { border-color: #950F64; }
span { border-color: rgb(149,15,100); }
td.TdClassName
{
border-color: #950F64;
}
.TagClassName
{
border-color: #950F64;
}
</style>