Shades of Eggplant #97015B
Tints of Eggplant #97015B
RGB
CMYK
RGB Variations
Color information
#97015B (or 0x97015B) is known color: Eggplant. HEX triplet: 97, 01 and 5B. RGB value is (151,1,91). Sum of RGB (Red+Green+Blue) = 151+1+91=243 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.14% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 151 - color contains mainly: red. Hex color #97015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97015B is #68FEA4. Grayscale: #373737. Windows color (decimal): -6880933 or 5964183. OLE color: 5964183.
HSL color Cylindrical-coordinate representation of color #97015B: hue angle of 324º degrees, saturation: 0.99, 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 #97015B is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.41 |
| HSL | 324º | 0.99% | 0.3% | - |
| HSV(B) | 324º | 0.99% | 0.59% | - |
| XYZ | 14.66 | 7.36 | 10.54 | - |
| YUV | 56.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 91 | 0 | 0.99 | 0.40 | 0.41 | 324 | 0.99 | 0.3 |
| Hex | 97 | 1 | 5B | 0 | 63 | 28 | 29 | 144 | 63 | 1E |
| Octal | 227 | 1 | 133 | 0 | 143 | 50 | 51 | 504 | 143 | 36 |
| Binary | 10010111 | 1 | 1011011 | 0 | 1100011 | 101000 | 101001 | 101000100 | 1100011 | 11110 |
Color Harmonies of #97015B
Complementary color
Monochromatic Colors of #97015B
Black with #97015B
Text Example
Text Example
White with #97015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97015B; }
p { color: rgb(151,1,91); }
H1.HeaderClassName
{
color: #97015B;
}
.AnyTagClassName
{
color: #97015B;
}
</style>
background-color css
<style>
a { background-color: #97015B; }
a { background-color: rgb(151,1,91); }
div.DivClassName
{
background-color: #97015B;
}
.BgClassName
{
background-color: #97015B;
}
</style>
border-color css
<style>
span { border-color: #97015B; }
span { border-color: rgb(151,1,91); }
td.TdClassName
{
border-color: #97015B;
}
.TagClassName
{
border-color: #97015B;
}
</style>