Shades of Eggplant #950164
Tints of Eggplant #950164
RGB
CMYK
RGB Variations
Color information
#950164 (or 0x950164) is known color: Eggplant. HEX triplet: 95, 01 and 64. RGB value is (149,1,100). Sum of RGB (Red+Green+Blue) = 149+1+100=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #950164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950164 is #6AFE9B. Grayscale: #383838. Windows color (decimal): -7011996 or 6554005. OLE color: 6554005.
HSL color Cylindrical-coordinate representation of color #950164: hue angle of 319.86º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950164 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.42 |
| HSL | 319.86º | 0.99% | 0.29% | - |
| HSV(B) | 319.86º | 0.99% | 0.58% | - |
| XYZ | 14.71 | 7.33 | 12.7 | - |
| YUV | 56.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 100 | 0 | 0.99 | 0.33 | 0.42 | 319.86 | 0.99 | 0.29 |
| Hex | 95 | 1 | 64 | 0 | 63 | 21 | 2A | 140 | 63 | 1D |
| Octal | 225 | 1 | 144 | 0 | 143 | 41 | 52 | 500 | 143 | 35 |
| Binary | 10010101 | 1 | 1100100 | 0 | 1100011 | 100001 | 101010 | 101000000 | 1100011 | 11101 |
Color Harmonies of #950164
Complementary color
Monochromatic Colors of #950164
Black with #950164
Text Example
Text Example
White with #950164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950164; }
p { color: rgb(149,1,100); }
H1.HeaderClassName
{
color: #950164;
}
.AnyTagClassName
{
color: #950164;
}
</style>
background-color css
<style>
a { background-color: #950164; }
a { background-color: rgb(149,1,100); }
div.DivClassName
{
background-color: #950164;
}
.BgClassName
{
background-color: #950164;
}
</style>
border-color css
<style>
span { border-color: #950164; }
span { border-color: rgb(149,1,100); }
td.TdClassName
{
border-color: #950164;
}
.TagClassName
{
border-color: #950164;
}
</style>