Shades of Eggplant #85075C
Tints of Eggplant #85075C
RGB
CMYK
RGB Variations
Color information
#85075C (or 0x85075C) is known color: Eggplant. HEX triplet: 85, 07 and 5C. RGB value is (133,7,92). Sum of RGB (Red+Green+Blue) = 133+7+92=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85075C is #7AF8A3. Grayscale: #363636. Windows color (decimal): -8059044 or 6031237. OLE color: 6031237.
HSL color Cylindrical-coordinate representation of color #85075C: hue angle of 319.52º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85075C is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 92 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.48 |
| HSL | 319.52º | 0.9% | 0.27% | - |
| HSV(B) | 319.52º | 0.95% | 0.52% | - |
| XYZ | 11.68 | 5.91 | 10.65 | - |
| YUV | 54.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 92 | 0 | 0.95 | 0.31 | 0.48 | 319.52 | 0.9 | 0.27 |
| Hex | 85 | 7 | 5C | 0 | 5F | 1F | 30 | 140 | 5A | 1B |
| Octal | 205 | 7 | 134 | 0 | 137 | 37 | 60 | 500 | 132 | 33 |
| Binary | 10000101 | 111 | 1011100 | 0 | 1011111 | 11111 | 110000 | 101000000 | 1011010 | 11011 |
Color Harmonies of #85075C
Complementary color
Monochromatic Colors of #85075C
Black with #85075C
Text Example
Text Example
White with #85075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85075C; }
p { color: rgb(133,7,92); }
H1.HeaderClassName
{
color: #85075C;
}
.AnyTagClassName
{
color: #85075C;
}
</style>
background-color css
<style>
a { background-color: #85075C; }
a { background-color: rgb(133,7,92); }
div.DivClassName
{
background-color: #85075C;
}
.BgClassName
{
background-color: #85075C;
}
</style>
border-color css
<style>
span { border-color: #85075C; }
span { border-color: rgb(133,7,92); }
td.TdClassName
{
border-color: #85075C;
}
.TagClassName
{
border-color: #85075C;
}
</style>