Shades of Eggplant #960257
Tints of Eggplant #960257
RGB
CMYK
RGB Variations
Color information
#960257 (or 0x960257) is known color: Eggplant. HEX triplet: 96, 02 and 57. RGB value is (150,2,87). Sum of RGB (Red+Green+Blue) = 150+2+87=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #960257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960257 is #69FDA8. Grayscale: #373737. Windows color (decimal): -6946217 or 5702294. OLE color: 5702294.
HSL color Cylindrical-coordinate representation of color #960257: hue angle of 325.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960257 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 87 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.41 |
| HSL | 325.54º | 0.97% | 0.3% | - |
| HSV(B) | 325.54º | 0.99% | 0.59% | - |
| XYZ | 14.32 | 7.22 | 9.65 | - |
| YUV | 55.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 87 | 0 | 0.99 | 0.42 | 0.41 | 325.54 | 0.97 | 0.3 |
| Hex | 96 | 2 | 57 | 0 | 63 | 2A | 29 | 146 | 61 | 1E |
| Octal | 226 | 2 | 127 | 0 | 143 | 52 | 51 | 506 | 141 | 36 |
| Binary | 10010110 | 10 | 1010111 | 0 | 1100011 | 101010 | 101001 | 101000110 | 1100001 | 11110 |
Color Harmonies of #960257
Complementary color
Monochromatic Colors of #960257
Black with #960257
Text Example
Text Example
White with #960257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960257; }
p { color: rgb(150,2,87); }
H1.HeaderClassName
{
color: #960257;
}
.AnyTagClassName
{
color: #960257;
}
</style>
background-color css
<style>
a { background-color: #960257; }
a { background-color: rgb(150,2,87); }
div.DivClassName
{
background-color: #960257;
}
.BgClassName
{
background-color: #960257;
}
</style>
border-color css
<style>
span { border-color: #960257; }
span { border-color: rgb(150,2,87); }
td.TdClassName
{
border-color: #960257;
}
.TagClassName
{
border-color: #960257;
}
</style>