Shades of Eggplant #850D52
Tints of Eggplant #850D52
RGB
CMYK
RGB Variations
Color information
#850D52 (or 0x850D52) is known color: Eggplant. HEX triplet: 85, 0D and 52. RGB value is (133,13,82). Sum of RGB (Red+Green+Blue) = 133+13+82=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #850D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D52 is #7AF2AD. Grayscale: #383838. Windows color (decimal): -8057518 or 5377413. OLE color: 5377413.
HSL color Cylindrical-coordinate representation of color #850D52: hue angle of 325.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D52 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 82 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.48 |
| HSL | 325.5º | 0.82% | 0.29% | - |
| HSV(B) | 325.5º | 0.9% | 0.52% | - |
| XYZ | 11.34 | 5.88 | 8.52 | - |
| YUV | 56.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 82 | 0 | 0.90 | 0.38 | 0.48 | 325.5 | 0.82 | 0.29 |
| Hex | 85 | D | 52 | 0 | 5A | 26 | 30 | 146 | 52 | 1D |
| Octal | 205 | 15 | 122 | 0 | 132 | 46 | 60 | 506 | 122 | 35 |
| Binary | 10000101 | 1101 | 1010010 | 0 | 1011010 | 100110 | 110000 | 101000110 | 1010010 | 11101 |
Color Harmonies of #850D52
Complementary color
Monochromatic Colors of #850D52
Black with #850D52
Text Example
Text Example
White with #850D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D52; }
p { color: rgb(133,13,82); }
H1.HeaderClassName
{
color: #850D52;
}
.AnyTagClassName
{
color: #850D52;
}
</style>
background-color css
<style>
a { background-color: #850D52; }
a { background-color: rgb(133,13,82); }
div.DivClassName
{
background-color: #850D52;
}
.BgClassName
{
background-color: #850D52;
}
</style>
border-color css
<style>
span { border-color: #850D52; }
span { border-color: rgb(133,13,82); }
td.TdClassName
{
border-color: #850D52;
}
.TagClassName
{
border-color: #850D52;
}
</style>