Shades of Eggplant #850B5A
Tints of Eggplant #850B5A
RGB
CMYK
RGB Variations
Color information
#850B5A (or 0x850B5A) is known color: Eggplant. HEX triplet: 85, 0B and 5A. RGB value is (133,11,90). Sum of RGB (Red+Green+Blue) = 133+11+90=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #850B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B5A is #7AF4A5. Grayscale: #383838. Windows color (decimal): -8058022 or 5901189. OLE color: 5901189.
HSL color Cylindrical-coordinate representation of color #850B5A: hue angle of 321.15º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B5A is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 90 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.48 |
| HSL | 321.15º | 0.85% | 0.28% | - |
| HSV(B) | 321.15º | 0.92% | 0.52% | - |
| XYZ | 11.64 | 5.96 | 10.21 | - |
| YUV | 56.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 90 | 0 | 0.92 | 0.32 | 0.48 | 321.15 | 0.85 | 0.28 |
| Hex | 85 | B | 5A | 0 | 5C | 20 | 30 | 141 | 55 | 1C |
| Octal | 205 | 13 | 132 | 0 | 134 | 40 | 60 | 501 | 125 | 34 |
| Binary | 10000101 | 1011 | 1011010 | 0 | 1011100 | 100000 | 110000 | 101000001 | 1010101 | 11100 |
Color Harmonies of #850B5A
Complementary color
Monochromatic Colors of #850B5A
Black with #850B5A
Text Example
Text Example
White with #850B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B5A; }
p { color: rgb(133,11,90); }
H1.HeaderClassName
{
color: #850B5A;
}
.AnyTagClassName
{
color: #850B5A;
}
</style>
background-color css
<style>
a { background-color: #850B5A; }
a { background-color: rgb(133,11,90); }
div.DivClassName
{
background-color: #850B5A;
}
.BgClassName
{
background-color: #850B5A;
}
</style>
border-color css
<style>
span { border-color: #850B5A; }
span { border-color: rgb(133,11,90); }
td.TdClassName
{
border-color: #850B5A;
}
.TagClassName
{
border-color: #850B5A;
}
</style>