Shades of Eggplant #97015D
Tints of Eggplant #97015D
RGB
CMYK
RGB Variations
Color information
#97015D (or 0x97015D) is known color: Eggplant. HEX triplet: 97, 01 and 5D. RGB value is (151,1,93). Sum of RGB (Red+Green+Blue) = 151+1+93=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #97015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97015D is #68FEA2. Grayscale: #383838. Windows color (decimal): -6880931 or 6095255. OLE color: 6095255.
HSL color Cylindrical-coordinate representation of color #97015D: hue angle of 323.2º 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 #97015D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.41 |
| HSL | 323.2º | 0.99% | 0.3% | - |
| HSV(B) | 323.2º | 0.99% | 0.59% | - |
| XYZ | 14.75 | 7.39 | 11.01 | - |
| YUV | 56.34 | 148.7 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 93 | 0 | 0.99 | 0.38 | 0.41 | 323.2 | 0.99 | 0.3 |
| Hex | 97 | 1 | 5D | 0 | 63 | 26 | 29 | 143 | 63 | 1E |
| Octal | 227 | 1 | 135 | 0 | 143 | 46 | 51 | 503 | 143 | 36 |
| Binary | 10010111 | 1 | 1011101 | 0 | 1100011 | 100110 | 101001 | 101000011 | 1100011 | 11110 |
Color Harmonies of #97015D
Complementary color
Monochromatic Colors of #97015D
Black with #97015D
Text Example
Text Example
White with #97015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97015D; }
p { color: rgb(151,1,93); }
H1.HeaderClassName
{
color: #97015D;
}
.AnyTagClassName
{
color: #97015D;
}
</style>
background-color css
<style>
a { background-color: #97015D; }
a { background-color: rgb(151,1,93); }
div.DivClassName
{
background-color: #97015D;
}
.BgClassName
{
background-color: #97015D;
}
</style>
border-color css
<style>
span { border-color: #97015D; }
span { border-color: rgb(151,1,93); }
td.TdClassName
{
border-color: #97015D;
}
.TagClassName
{
border-color: #97015D;
}
</style>