Shades of Eggplant #951064
Tints of Eggplant #951064
RGB
CMYK
RGB Variations
Color information
#951064 (or 0x951064) is known color: Eggplant. HEX triplet: 95, 10 and 64. RGB value is (149,16,100). Sum of RGB (Red+Green+Blue) = 149+16+100=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #951064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951064 is #6AEF9B. Grayscale: #414141. Windows color (decimal): -7008156 or 6557845. OLE color: 6557845.
HSL color Cylindrical-coordinate representation of color #951064: hue angle of 322.11º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951064 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 100 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.42 |
| HSL | 322.11º | 0.81% | 0.32% | - |
| HSV(B) | 322.11º | 0.89% | 0.58% | - |
| XYZ | 14.88 | 7.68 | 12.75 | - |
| YUV | 65.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 100 | 0 | 0.89 | 0.33 | 0.42 | 322.11 | 0.81 | 0.32 |
| Hex | 95 | 10 | 64 | 0 | 59 | 21 | 2A | 142 | 51 | 20 |
| Octal | 225 | 20 | 144 | 0 | 131 | 41 | 52 | 502 | 121 | 40 |
| Binary | 10010101 | 10000 | 1100100 | 0 | 1011001 | 100001 | 101010 | 101000010 | 1010001 | 100000 |
Color Harmonies of #951064
Complementary color
Monochromatic Colors of #951064
Black with #951064
Text Example
Text Example
White with #951064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951064; }
p { color: rgb(149,16,100); }
H1.HeaderClassName
{
color: #951064;
}
.AnyTagClassName
{
color: #951064;
}
</style>
background-color css
<style>
a { background-color: #951064; }
a { background-color: rgb(149,16,100); }
div.DivClassName
{
background-color: #951064;
}
.BgClassName
{
background-color: #951064;
}
</style>
border-color css
<style>
span { border-color: #951064; }
span { border-color: rgb(149,16,100); }
td.TdClassName
{
border-color: #951064;
}
.TagClassName
{
border-color: #951064;
}
</style>