Shades of Eggplant #99025B
Tints of Eggplant #99025B
RGB
CMYK
RGB Variations
Color information
#99025B (or 0x99025B) is known color: Eggplant. HEX triplet: 99, 02 and 5B. RGB value is (153,2,91). Sum of RGB (Red+Green+Blue) = 153+2+91=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #99025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99025B is #66FDA4. Grayscale: #393939. Windows color (decimal): -6749605 or 5964441. OLE color: 5964441.
HSL color Cylindrical-coordinate representation of color #99025B: hue angle of 324.64º degrees, saturation: 0.97, 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 #99025B is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.4 |
| HSL | 324.64º | 0.97% | 0.3% | - |
| HSV(B) | 324.64º | 0.99% | 0.6% | - |
| XYZ | 15.05 | 7.57 | 10.57 | - |
| YUV | 57.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 91 | 0 | 0.99 | 0.41 | 0.4 | 324.64 | 0.97 | 0.3 |
| Hex | 99 | 2 | 5B | 0 | 63 | 29 | 28 | 145 | 61 | 1E |
| Octal | 231 | 2 | 133 | 0 | 143 | 51 | 50 | 505 | 141 | 36 |
| Binary | 10011001 | 10 | 1011011 | 0 | 1100011 | 101001 | 101000 | 101000101 | 1100001 | 11110 |
Color Harmonies of #99025B
Complementary color
Monochromatic Colors of #99025B
Black with #99025B
Text Example
Text Example
White with #99025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99025B; }
p { color: rgb(153,2,91); }
H1.HeaderClassName
{
color: #99025B;
}
.AnyTagClassName
{
color: #99025B;
}
</style>
background-color css
<style>
a { background-color: #99025B; }
a { background-color: rgb(153,2,91); }
div.DivClassName
{
background-color: #99025B;
}
.BgClassName
{
background-color: #99025B;
}
</style>
border-color css
<style>
span { border-color: #99025B; }
span { border-color: rgb(153,2,91); }
td.TdClassName
{
border-color: #99025B;
}
.TagClassName
{
border-color: #99025B;
}
</style>