Shades of Eggplant #99015E
Tints of Eggplant #99015E
RGB
CMYK
RGB Variations
Color information
#99015E (or 0x99015E) is known color: Eggplant. HEX triplet: 99, 01 and 5E. RGB value is (153,1,94). Sum of RGB (Red+Green+Blue) = 153+1+94=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99015E is #66FEA1. Grayscale: #383838. Windows color (decimal): -6749858 or 6160793. OLE color: 6160793.
HSL color Cylindrical-coordinate representation of color #99015E: hue angle of 323.29º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99015E is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.4 |
| HSL | 323.29º | 0.99% | 0.3% | - |
| HSV(B) | 323.29º | 0.99% | 0.6% | - |
| XYZ | 15.17 | 7.6 | 11.26 | - |
| YUV | 57.05 | 148.86 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 94 | 0 | 0.99 | 0.39 | 0.4 | 323.29 | 0.99 | 0.3 |
| Hex | 99 | 1 | 5E | 0 | 63 | 27 | 28 | 143 | 63 | 1E |
| Octal | 231 | 1 | 136 | 0 | 143 | 47 | 50 | 503 | 143 | 36 |
| Binary | 10011001 | 1 | 1011110 | 0 | 1100011 | 100111 | 101000 | 101000011 | 1100011 | 11110 |
Color Harmonies of #99015E
Complementary color
Monochromatic Colors of #99015E
Black with #99015E
Text Example
Text Example
White with #99015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99015E; }
p { color: rgb(153,1,94); }
H1.HeaderClassName
{
color: #99015E;
}
.AnyTagClassName
{
color: #99015E;
}
</style>
background-color css
<style>
a { background-color: #99015E; }
a { background-color: rgb(153,1,94); }
div.DivClassName
{
background-color: #99015E;
}
.BgClassName
{
background-color: #99015E;
}
</style>
border-color css
<style>
span { border-color: #99015E; }
span { border-color: rgb(153,1,94); }
td.TdClassName
{
border-color: #99015E;
}
.TagClassName
{
border-color: #99015E;
}
</style>