Shades of Eggplant #93086B
Tints of Eggplant #93086B
RGB
CMYK
RGB Variations
Color information
#93086B (or 0x93086B) is known color: Eggplant. HEX triplet: 93, 08 and 6B. RGB value is (147,8,107). Sum of RGB (Red+Green+Blue) = 147+8+107=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93086B is #6CF794. Grayscale: #3C3C3C. Windows color (decimal): -7141269 or 7014547. OLE color: 7014547.
HSL color Cylindrical-coordinate representation of color #93086B: hue angle of 317.27º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93086B is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 107 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.42 |
| HSL | 317.27º | 0.9% | 0.3% | - |
| HSV(B) | 317.27º | 0.95% | 0.58% | - |
| XYZ | 14.77 | 7.44 | 14.57 | - |
| YUV | 60.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 107 | 0 | 0.95 | 0.27 | 0.42 | 317.27 | 0.9 | 0.3 |
| Hex | 93 | 8 | 6B | 0 | 5F | 1B | 2A | 13D | 5A | 1E |
| Octal | 223 | 10 | 153 | 0 | 137 | 33 | 52 | 475 | 132 | 36 |
| Binary | 10010011 | 1000 | 1101011 | 0 | 1011111 | 11011 | 101010 | 100111101 | 1011010 | 11110 |
Color Harmonies of #93086B
Complementary color
Monochromatic Colors of #93086B
Black with #93086B
Text Example
Text Example
White with #93086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93086B; }
p { color: rgb(147,8,107); }
H1.HeaderClassName
{
color: #93086B;
}
.AnyTagClassName
{
color: #93086B;
}
</style>
background-color css
<style>
a { background-color: #93086B; }
a { background-color: rgb(147,8,107); }
div.DivClassName
{
background-color: #93086B;
}
.BgClassName
{
background-color: #93086B;
}
</style>
border-color css
<style>
span { border-color: #93086B; }
span { border-color: rgb(147,8,107); }
td.TdClassName
{
border-color: #93086B;
}
.TagClassName
{
border-color: #93086B;
}
</style>