Shades of Eggplant #850B5C
Tints of Eggplant #850B5C
RGB
CMYK
RGB Variations
Color information
#850B5C (or 0x850B5C) is known color: Eggplant. HEX triplet: 85, 0B and 5C. RGB value is (133,11,92). Sum of RGB (Red+Green+Blue) = 133+11+92=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #850B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B5C is #7AF4A3. Grayscale: #383838. Windows color (decimal): -8058020 or 6032261. OLE color: 6032261.
HSL color Cylindrical-coordinate representation of color #850B5C: hue angle of 320.16º 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 #850B5C is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 92 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.48 |
| HSL | 320.16º | 0.85% | 0.28% | - |
| HSV(B) | 320.16º | 0.92% | 0.52% | - |
| XYZ | 11.72 | 6 | 10.67 | - |
| YUV | 56.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 92 | 0 | 0.92 | 0.31 | 0.48 | 320.16 | 0.85 | 0.28 |
| Hex | 85 | B | 5C | 0 | 5C | 1F | 30 | 140 | 55 | 1C |
| Octal | 205 | 13 | 134 | 0 | 134 | 37 | 60 | 500 | 125 | 34 |
| Binary | 10000101 | 1011 | 1011100 | 0 | 1011100 | 11111 | 110000 | 101000000 | 1010101 | 11100 |
Color Harmonies of #850B5C
Complementary color
Monochromatic Colors of #850B5C
Black with #850B5C
Text Example
Text Example
White with #850B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B5C; }
p { color: rgb(133,11,92); }
H1.HeaderClassName
{
color: #850B5C;
}
.AnyTagClassName
{
color: #850B5C;
}
</style>
background-color css
<style>
a { background-color: #850B5C; }
a { background-color: rgb(133,11,92); }
div.DivClassName
{
background-color: #850B5C;
}
.BgClassName
{
background-color: #850B5C;
}
</style>
border-color css
<style>
span { border-color: #850B5C; }
span { border-color: rgb(133,11,92); }
td.TdClassName
{
border-color: #850B5C;
}
.TagClassName
{
border-color: #850B5C;
}
</style>