Shades of Eggplant #83065B
Tints of Eggplant #83065B
RGB
CMYK
RGB Variations
Color information
#83065B (or 0x83065B) is known color: Eggplant. HEX triplet: 83, 06 and 5B. RGB value is (131,6,91). Sum of RGB (Red+Green+Blue) = 131+6+91=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83065B is #7CF9A4. Grayscale: #343434. Windows color (decimal): -8190373 or 5965443. OLE color: 5965443.
HSL color Cylindrical-coordinate representation of color #83065B: hue angle of 319.2º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83065B is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 6 | 91 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.49 |
| HSL | 319.2º | 0.91% | 0.27% | - |
| HSV(B) | 319.2º | 0.95% | 0.51% | - |
| XYZ | 11.31 | 5.71 | 10.4 | - |
| YUV | 53.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 91 | 0 | 0.95 | 0.31 | 0.49 | 319.2 | 0.91 | 0.27 |
| Hex | 83 | 6 | 5B | 0 | 5F | 1F | 31 | 13F | 5B | 1B |
| Octal | 203 | 6 | 133 | 0 | 137 | 37 | 61 | 477 | 133 | 33 |
| Binary | 10000011 | 110 | 1011011 | 0 | 1011111 | 11111 | 110001 | 100111111 | 1011011 | 11011 |
Color Harmonies of #83065B
Complementary color
Monochromatic Colors of #83065B
Black with #83065B
Text Example
Text Example
White with #83065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83065B; }
p { color: rgb(131,6,91); }
H1.HeaderClassName
{
color: #83065B;
}
.AnyTagClassName
{
color: #83065B;
}
</style>
background-color css
<style>
a { background-color: #83065B; }
a { background-color: rgb(131,6,91); }
div.DivClassName
{
background-color: #83065B;
}
.BgClassName
{
background-color: #83065B;
}
</style>
border-color css
<style>
span { border-color: #83065B; }
span { border-color: rgb(131,6,91); }
td.TdClassName
{
border-color: #83065B;
}
.TagClassName
{
border-color: #83065B;
}
</style>