Shades of Eggplant #971367
Tints of Eggplant #971367
RGB
CMYK
RGB Variations
Color information
#971367 (or 0x971367) is known color: Eggplant. HEX triplet: 97, 13 and 67. RGB value is (151,19,103). Sum of RGB (Red+Green+Blue) = 151+19+103=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #971367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971367 is #68EC98. Grayscale: #434343. Windows color (decimal): -6876313 or 6755223. OLE color: 6755223.
HSL color Cylindrical-coordinate representation of color #971367: hue angle of 321.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971367 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 103 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.41 |
| HSL | 321.82º | 0.78% | 0.33% | - |
| HSV(B) | 321.82º | 0.87% | 0.59% | - |
| XYZ | 15.44 | 8.02 | 13.57 | - |
| YUV | 68.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 103 | 0 | 0.87 | 0.32 | 0.41 | 321.82 | 0.78 | 0.33 |
| Hex | 97 | 13 | 67 | 0 | 57 | 20 | 29 | 142 | 4E | 21 |
| Octal | 227 | 23 | 147 | 0 | 127 | 40 | 51 | 502 | 116 | 41 |
| Binary | 10010111 | 10011 | 1100111 | 0 | 1010111 | 100000 | 101001 | 101000010 | 1001110 | 100001 |
Color Harmonies of #971367
Complementary color
Monochromatic Colors of #971367
Black with #971367
Text Example
Text Example
White with #971367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971367; }
p { color: rgb(151,19,103); }
H1.HeaderClassName
{
color: #971367;
}
.AnyTagClassName
{
color: #971367;
}
</style>
background-color css
<style>
a { background-color: #971367; }
a { background-color: rgb(151,19,103); }
div.DivClassName
{
background-color: #971367;
}
.BgClassName
{
background-color: #971367;
}
</style>
border-color css
<style>
span { border-color: #971367; }
span { border-color: rgb(151,19,103); }
td.TdClassName
{
border-color: #971367;
}
.TagClassName
{
border-color: #971367;
}
</style>