Shades of Eggplant #97136B
Tints of Eggplant #97136B
RGB
CMYK
RGB Variations
Color information
#97136B (or 0x97136B) is known color: Eggplant. HEX triplet: 97, 13 and 6B. RGB value is (151,19,107). Sum of RGB (Red+Green+Blue) = 151+19+107=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #97136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97136B is #68EC94. Grayscale: #444444. Windows color (decimal): -6876309 or 7017367. OLE color: 7017367.
HSL color Cylindrical-coordinate representation of color #97136B: hue angle of 320º 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 #97136B is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 107 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.41 |
| HSL | 320º | 0.78% | 0.33% | - |
| HSV(B) | 320º | 0.87% | 0.59% | - |
| XYZ | 15.65 | 8.11 | 14.65 | - |
| YUV | 68.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 107 | 0 | 0.87 | 0.29 | 0.41 | 320 | 0.78 | 0.33 |
| Hex | 97 | 13 | 6B | 0 | 57 | 1D | 29 | 140 | 4E | 21 |
| Octal | 227 | 23 | 153 | 0 | 127 | 35 | 51 | 500 | 116 | 41 |
| Binary | 10010111 | 10011 | 1101011 | 0 | 1010111 | 11101 | 101001 | 101000000 | 1001110 | 100001 |
Color Harmonies of #97136B
Complementary color
Monochromatic Colors of #97136B
Black with #97136B
Text Example
Text Example
White with #97136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97136B; }
p { color: rgb(151,19,107); }
H1.HeaderClassName
{
color: #97136B;
}
.AnyTagClassName
{
color: #97136B;
}
</style>
background-color css
<style>
a { background-color: #97136B; }
a { background-color: rgb(151,19,107); }
div.DivClassName
{
background-color: #97136B;
}
.BgClassName
{
background-color: #97136B;
}
</style>
border-color css
<style>
span { border-color: #97136B; }
span { border-color: rgb(151,19,107); }
td.TdClassName
{
border-color: #97136B;
}
.TagClassName
{
border-color: #97136B;
}
</style>