Shades of Eggplant #960467
Tints of Eggplant #960467
RGB
CMYK
RGB Variations
Color information
#960467 (or 0x960467) is known color: Eggplant. HEX triplet: 96, 04 and 67. RGB value is (150,4,103). Sum of RGB (Red+Green+Blue) = 150+4+103=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 103 (40.62% from 255 or 40.08% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #960467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960467 is #69FB98. Grayscale: #3A3A3A. Windows color (decimal): -6945689 or 6751382. OLE color: 6751382.
HSL color Cylindrical-coordinate representation of color #960467: hue angle of 319.32º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960467 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 103 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.41 |
| HSL | 319.32º | 0.95% | 0.3% | - |
| HSV(B) | 319.32º | 0.97% | 0.59% | - |
| XYZ | 15.07 | 7.55 | 13.5 | - |
| YUV | 58.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 103 | 0 | 0.97 | 0.31 | 0.41 | 319.32 | 0.95 | 0.3 |
| Hex | 96 | 4 | 67 | 0 | 61 | 1F | 29 | 13F | 5F | 1E |
| Octal | 226 | 4 | 147 | 0 | 141 | 37 | 51 | 477 | 137 | 36 |
| Binary | 10010110 | 100 | 1100111 | 0 | 1100001 | 11111 | 101001 | 100111111 | 1011111 | 11110 |
Color Harmonies of #960467
Complementary color
Monochromatic Colors of #960467
Black with #960467
Text Example
Text Example
White with #960467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960467; }
p { color: rgb(150,4,103); }
H1.HeaderClassName
{
color: #960467;
}
.AnyTagClassName
{
color: #960467;
}
</style>
background-color css
<style>
a { background-color: #960467; }
a { background-color: rgb(150,4,103); }
div.DivClassName
{
background-color: #960467;
}
.BgClassName
{
background-color: #960467;
}
</style>
border-color css
<style>
span { border-color: #960467; }
span { border-color: rgb(150,4,103); }
td.TdClassName
{
border-color: #960467;
}
.TagClassName
{
border-color: #960467;
}
</style>