Shades of Eggplant #970376
Tints of Eggplant #970376
RGB
CMYK
RGB Variations
Color information
#970376 (or 0x970376) is known color: Eggplant. HEX triplet: 97, 03 and 76. RGB value is (151,3,118). Sum of RGB (Red+Green+Blue) = 151+3+118=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #970376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970376 is #68FC89. Grayscale: #3C3C3C. Windows color (decimal): -6880394 or 7734167. OLE color: 7734167.
HSL color Cylindrical-coordinate representation of color #970376: hue angle of 313.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970376 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 3 | 118 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.41 |
| HSL | 313.38º | 0.96% | 0.3% | - |
| HSV(B) | 313.38º | 0.98% | 0.59% | - |
| XYZ | 16.07 | 7.95 | 17.83 | - |
| YUV | 60.36 | 160.53 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 118 | 0 | 0.98 | 0.22 | 0.41 | 313.38 | 0.96 | 0.3 |
| Hex | 97 | 3 | 76 | 0 | 62 | 16 | 29 | 139 | 60 | 1E |
| Octal | 227 | 3 | 166 | 0 | 142 | 26 | 51 | 471 | 140 | 36 |
| Binary | 10010111 | 11 | 1110110 | 0 | 1100010 | 10110 | 101001 | 100111001 | 1100000 | 11110 |
Color Harmonies of #970376
Complementary color
Monochromatic Colors of #970376
Black with #970376
Text Example
Text Example
White with #970376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970376; }
p { color: rgb(151,3,118); }
H1.HeaderClassName
{
color: #970376;
}
.AnyTagClassName
{
color: #970376;
}
</style>
background-color css
<style>
a { background-color: #970376; }
a { background-color: rgb(151,3,118); }
div.DivClassName
{
background-color: #970376;
}
.BgClassName
{
background-color: #970376;
}
</style>
border-color css
<style>
span { border-color: #970376; }
span { border-color: rgb(151,3,118); }
td.TdClassName
{
border-color: #970376;
}
.TagClassName
{
border-color: #970376;
}
</style>