Shades of Eggplant #950467
Tints of Eggplant #950467
RGB
CMYK
RGB Variations
Color information
#950467 (or 0x950467) is known color: Eggplant. HEX triplet: 95, 04 and 67. RGB value is (149,4,103). Sum of RGB (Red+Green+Blue) = 149+4+103=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #950467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950467 is #6AFB98. Grayscale: #3A3A3A. Windows color (decimal): -7011225 or 6751381. OLE color: 6751381.
HSL color Cylindrical-coordinate representation of color #950467: hue angle of 319.03º 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 #950467 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 4 | 103 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.42 |
| HSL | 319.03º | 0.95% | 0.3% | - |
| HSV(B) | 319.03º | 0.97% | 0.58% | - |
| XYZ | 14.89 | 7.46 | 13.49 | - |
| YUV | 58.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 103 | 0 | 0.97 | 0.31 | 0.42 | 319.03 | 0.95 | 0.3 |
| Hex | 95 | 4 | 67 | 0 | 61 | 1F | 2A | 13F | 5F | 1E |
| Octal | 225 | 4 | 147 | 0 | 141 | 37 | 52 | 477 | 137 | 36 |
| Binary | 10010101 | 100 | 1100111 | 0 | 1100001 | 11111 | 101010 | 100111111 | 1011111 | 11110 |
Color Harmonies of #950467
Complementary color
Monochromatic Colors of #950467
Black with #950467
Text Example
Text Example
White with #950467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950467; }
p { color: rgb(149,4,103); }
H1.HeaderClassName
{
color: #950467;
}
.AnyTagClassName
{
color: #950467;
}
</style>
background-color css
<style>
a { background-color: #950467; }
a { background-color: rgb(149,4,103); }
div.DivClassName
{
background-color: #950467;
}
.BgClassName
{
background-color: #950467;
}
</style>
border-color css
<style>
span { border-color: #950467; }
span { border-color: rgb(149,4,103); }
td.TdClassName
{
border-color: #950467;
}
.TagClassName
{
border-color: #950467;
}
</style>