Shades of Eggplant #950463
Tints of Eggplant #950463
RGB
CMYK
RGB Variations
Color information
#950463 (or 0x950463) is known color: Eggplant. HEX triplet: 95, 04 and 63. RGB value is (149,4,99). Sum of RGB (Red+Green+Blue) = 149+4+99=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #950463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950463 is #6AFB9C. Grayscale: #393939. Windows color (decimal): -7011229 or 6489237. OLE color: 6489237.
HSL color Cylindrical-coordinate representation of color #950463: hue angle of 320.69º 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 #950463 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 4 | 99 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.42 |
| HSL | 320.69º | 0.95% | 0.3% | - |
| HSV(B) | 320.69º | 0.97% | 0.58% | - |
| XYZ | 14.69 | 7.38 | 12.45 | - |
| YUV | 58.19 | 151.04 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 99 | 0 | 0.97 | 0.34 | 0.42 | 320.69 | 0.95 | 0.3 |
| Hex | 95 | 4 | 63 | 0 | 61 | 22 | 2A | 141 | 5F | 1E |
| Octal | 225 | 4 | 143 | 0 | 141 | 42 | 52 | 501 | 137 | 36 |
| Binary | 10010101 | 100 | 1100011 | 0 | 1100001 | 100010 | 101010 | 101000001 | 1011111 | 11110 |
Color Harmonies of #950463
Complementary color
Monochromatic Colors of #950463
Black with #950463
Text Example
Text Example
White with #950463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950463; }
p { color: rgb(149,4,99); }
H1.HeaderClassName
{
color: #950463;
}
.AnyTagClassName
{
color: #950463;
}
</style>
background-color css
<style>
a { background-color: #950463; }
a { background-color: rgb(149,4,99); }
div.DivClassName
{
background-color: #950463;
}
.BgClassName
{
background-color: #950463;
}
</style>
border-color css
<style>
span { border-color: #950463; }
span { border-color: rgb(149,4,99); }
td.TdClassName
{
border-color: #950463;
}
.TagClassName
{
border-color: #950463;
}
</style>