Shades of Eggplant #85025B
Tints of Eggplant #85025B
RGB
CMYK
RGB Variations
Color information
#85025B (or 0x85025B) is known color: Eggplant. HEX triplet: 85, 02 and 5B. RGB value is (133,2,91). Sum of RGB (Red+Green+Blue) = 133+2+91=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85025B is #7AFDA4. Grayscale: #333333. Windows color (decimal): -8060325 or 5964421. OLE color: 5964421.
HSL color Cylindrical-coordinate representation of color #85025B: hue angle of 319.24º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85025B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 91 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.48 |
| HSL | 319.24º | 0.97% | 0.26% | - |
| HSV(B) | 319.24º | 0.98% | 0.52% | - |
| XYZ | 11.58 | 5.79 | 10.4 | - |
| YUV | 51.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 91 | 0 | 0.98 | 0.32 | 0.48 | 319.24 | 0.97 | 0.26 |
| Hex | 85 | 2 | 5B | 0 | 62 | 20 | 30 | 13F | 61 | 1A |
| Octal | 205 | 2 | 133 | 0 | 142 | 40 | 60 | 477 | 141 | 32 |
| Binary | 10000101 | 10 | 1011011 | 0 | 1100010 | 100000 | 110000 | 100111111 | 1100001 | 11010 |
Color Harmonies of #85025B
Complementary color
Monochromatic Colors of #85025B
Black with #85025B
Text Example
Text Example
White with #85025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85025B; }
p { color: rgb(133,2,91); }
H1.HeaderClassName
{
color: #85025B;
}
.AnyTagClassName
{
color: #85025B;
}
</style>
background-color css
<style>
a { background-color: #85025B; }
a { background-color: rgb(133,2,91); }
div.DivClassName
{
background-color: #85025B;
}
.BgClassName
{
background-color: #85025B;
}
</style>
border-color css
<style>
span { border-color: #85025B; }
span { border-color: rgb(133,2,91); }
td.TdClassName
{
border-color: #85025B;
}
.TagClassName
{
border-color: #85025B;
}
</style>