Shades of Eggplant #850367
Tints of Eggplant #850367
RGB
CMYK
RGB Variations
Color information
#850367 (or 0x850367) is known color: Eggplant. HEX triplet: 85, 03 and 67. RGB value is (133,3,103). Sum of RGB (Red+Green+Blue) = 133+3+103=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #850367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850367 is #7AFC98. Grayscale: #353535. Windows color (decimal): -8060057 or 6751109. OLE color: 6751109.
HSL color Cylindrical-coordinate representation of color #850367: hue angle of 313.85º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850367 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.48 |
| HSL | 313.85º | 0.96% | 0.27% | - |
| HSV(B) | 313.85º | 0.98% | 0.52% | - |
| XYZ | 12.15 | 6.03 | 13.36 | - |
| YUV | 53.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 103 | 0 | 0.98 | 0.23 | 0.48 | 313.85 | 0.96 | 0.27 |
| Hex | 85 | 3 | 67 | 0 | 62 | 17 | 30 | 13A | 60 | 1B |
| Octal | 205 | 3 | 147 | 0 | 142 | 27 | 60 | 472 | 140 | 33 |
| Binary | 10000101 | 11 | 1100111 | 0 | 1100010 | 10111 | 110000 | 100111010 | 1100000 | 11011 |
Color Harmonies of #850367
Complementary color
Monochromatic Colors of #850367
Black with #850367
Text Example
Text Example
White with #850367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850367; }
p { color: rgb(133,3,103); }
H1.HeaderClassName
{
color: #850367;
}
.AnyTagClassName
{
color: #850367;
}
</style>
background-color css
<style>
a { background-color: #850367; }
a { background-color: rgb(133,3,103); }
div.DivClassName
{
background-color: #850367;
}
.BgClassName
{
background-color: #850367;
}
</style>
border-color css
<style>
span { border-color: #850367; }
span { border-color: rgb(133,3,103); }
td.TdClassName
{
border-color: #850367;
}
.TagClassName
{
border-color: #850367;
}
</style>