Shades of Eggplant #83045B
Tints of Eggplant #83045B
RGB
CMYK
RGB Variations
Color information
#83045B (or 0x83045B) is known color: Eggplant. HEX triplet: 83, 04 and 5B. RGB value is (131,4,91). Sum of RGB (Red+Green+Blue) = 131+4+91=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83045B is #7CFBA4. Grayscale: #333333. Windows color (decimal): -8190885 or 5964931. OLE color: 5964931.
HSL color Cylindrical-coordinate representation of color #83045B: hue angle of 318.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83045B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 4 | 91 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.49 |
| HSL | 318.9º | 0.94% | 0.26% | - |
| HSV(B) | 318.9º | 0.97% | 0.51% | - |
| XYZ | 11.29 | 5.67 | 10.4 | - |
| YUV | 51.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 4 | 91 | 0 | 0.97 | 0.31 | 0.49 | 318.9 | 0.94 | 0.26 |
| Hex | 83 | 4 | 5B | 0 | 61 | 1F | 31 | 13F | 5E | 1A |
| Octal | 203 | 4 | 133 | 0 | 141 | 37 | 61 | 477 | 136 | 32 |
| Binary | 10000011 | 100 | 1011011 | 0 | 1100001 | 11111 | 110001 | 100111111 | 1011110 | 11010 |
Color Harmonies of #83045B
Complementary color
Monochromatic Colors of #83045B
Black with #83045B
Text Example
Text Example
White with #83045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83045B; }
p { color: rgb(131,4,91); }
H1.HeaderClassName
{
color: #83045B;
}
.AnyTagClassName
{
color: #83045B;
}
</style>
background-color css
<style>
a { background-color: #83045B; }
a { background-color: rgb(131,4,91); }
div.DivClassName
{
background-color: #83045B;
}
.BgClassName
{
background-color: #83045B;
}
</style>
border-color css
<style>
span { border-color: #83045B; }
span { border-color: rgb(131,4,91); }
td.TdClassName
{
border-color: #83045B;
}
.TagClassName
{
border-color: #83045B;
}
</style>