Shades of Eggplant #960674
Tints of Eggplant #960674
RGB
CMYK
RGB Variations
Color information
#960674 (or 0x960674) is known color: Eggplant. HEX triplet: 96, 06 and 74. RGB value is (150,6,116). Sum of RGB (Red+Green+Blue) = 150+6+116=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #960674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960674 is #69F98B. Grayscale: #3D3D3D. Windows color (decimal): -6945164 or 7603862. OLE color: 7603862.
HSL color Cylindrical-coordinate representation of color #960674: hue angle of 314.17º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960674 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 116 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.41 |
| HSL | 314.17º | 0.92% | 0.31% | - |
| HSV(B) | 314.17º | 0.96% | 0.59% | - |
| XYZ | 15.8 | 7.88 | 17.21 | - |
| YUV | 61.6 | 158.71 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 116 | 0 | 0.96 | 0.23 | 0.41 | 314.17 | 0.92 | 0.31 |
| Hex | 96 | 6 | 74 | 0 | 60 | 17 | 29 | 13A | 5C | 1F |
| Octal | 226 | 6 | 164 | 0 | 140 | 27 | 51 | 472 | 134 | 37 |
| Binary | 10010110 | 110 | 1110100 | 0 | 1100000 | 10111 | 101001 | 100111010 | 1011100 | 11111 |
Color Harmonies of #960674
Complementary color
Monochromatic Colors of #960674
Black with #960674
Text Example
Text Example
White with #960674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960674; }
p { color: rgb(150,6,116); }
H1.HeaderClassName
{
color: #960674;
}
.AnyTagClassName
{
color: #960674;
}
</style>
background-color css
<style>
a { background-color: #960674; }
a { background-color: rgb(150,6,116); }
div.DivClassName
{
background-color: #960674;
}
.BgClassName
{
background-color: #960674;
}
</style>
border-color css
<style>
span { border-color: #960674; }
span { border-color: rgb(150,6,116); }
td.TdClassName
{
border-color: #960674;
}
.TagClassName
{
border-color: #960674;
}
</style>