Shades of Eggplant #950465
Tints of Eggplant #950465
RGB
CMYK
RGB Variations
Color information
#950465 (or 0x950465) is known color: Eggplant. HEX triplet: 95, 04 and 65. RGB value is (149,4,101). Sum of RGB (Red+Green+Blue) = 149+4+101=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #950465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950465 is #6AFB9A. Grayscale: #3A3A3A. Windows color (decimal): -7011227 or 6620309. OLE color: 6620309.
HSL color Cylindrical-coordinate representation of color #950465: hue angle of 319.86º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950465 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 4 | 101 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.42 |
| HSL | 319.86º | 0.95% | 0.3% | - |
| HSV(B) | 319.86º | 0.97% | 0.58% | - |
| XYZ | 14.79 | 7.42 | 12.96 | - |
| YUV | 58.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 101 | 0 | 0.97 | 0.32 | 0.42 | 319.86 | 0.95 | 0.3 |
| Hex | 95 | 4 | 65 | 0 | 61 | 20 | 2A | 140 | 5F | 1E |
| Octal | 225 | 4 | 145 | 0 | 141 | 40 | 52 | 500 | 137 | 36 |
| Binary | 10010101 | 100 | 1100101 | 0 | 1100001 | 100000 | 101010 | 101000000 | 1011111 | 11110 |
Color Harmonies of #950465
Complementary color
Monochromatic Colors of #950465
Black with #950465
Text Example
Text Example
White with #950465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950465; }
p { color: rgb(149,4,101); }
H1.HeaderClassName
{
color: #950465;
}
.AnyTagClassName
{
color: #950465;
}
</style>
background-color css
<style>
a { background-color: #950465; }
a { background-color: rgb(149,4,101); }
div.DivClassName
{
background-color: #950465;
}
.BgClassName
{
background-color: #950465;
}
</style>
border-color css
<style>
span { border-color: #950465; }
span { border-color: rgb(149,4,101); }
td.TdClassName
{
border-color: #950465;
}
.TagClassName
{
border-color: #950465;
}
</style>