Shades of Eggplant #93085B
Tints of Eggplant #93085B
RGB
CMYK
RGB Variations
Color information
#93085B (or 0x93085B) is known color: Eggplant. HEX triplet: 93, 08 and 5B. RGB value is (147,8,91). Sum of RGB (Red+Green+Blue) = 147+8+91=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #93085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93085B is #6CF7A4. Grayscale: #3A3A3A. Windows color (decimal): -7141285 or 5965971. OLE color: 5965971.
HSL color Cylindrical-coordinate representation of color #93085B: hue angle of 324.17º 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 #93085B is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 91 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.42 |
| HSL | 324.17º | 0.9% | 0.3% | - |
| HSV(B) | 324.17º | 0.95% | 0.58% | - |
| XYZ | 14.01 | 7.13 | 10.54 | - |
| YUV | 59.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 91 | 0 | 0.95 | 0.38 | 0.42 | 324.17 | 0.9 | 0.3 |
| Hex | 93 | 8 | 5B | 0 | 5F | 26 | 2A | 144 | 5A | 1E |
| Octal | 223 | 10 | 133 | 0 | 137 | 46 | 52 | 504 | 132 | 36 |
| Binary | 10010011 | 1000 | 1011011 | 0 | 1011111 | 100110 | 101010 | 101000100 | 1011010 | 11110 |
Color Harmonies of #93085B
Complementary color
Monochromatic Colors of #93085B
Black with #93085B
Text Example
Text Example
White with #93085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93085B; }
p { color: rgb(147,8,91); }
H1.HeaderClassName
{
color: #93085B;
}
.AnyTagClassName
{
color: #93085B;
}
</style>
background-color css
<style>
a { background-color: #93085B; }
a { background-color: rgb(147,8,91); }
div.DivClassName
{
background-color: #93085B;
}
.BgClassName
{
background-color: #93085B;
}
</style>
border-color css
<style>
span { border-color: #93085B; }
span { border-color: rgb(147,8,91); }
td.TdClassName
{
border-color: #93085B;
}
.TagClassName
{
border-color: #93085B;
}
</style>