Shades of Eggplant #93085F
Tints of Eggplant #93085F
RGB
CMYK
RGB Variations
Color information
#93085F (or 0x93085F) is known color: Eggplant. HEX triplet: 93, 08 and 5F. RGB value is (147,8,95). Sum of RGB (Red+Green+Blue) = 147+8+95=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #93085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93085F is #6CF7A0. Grayscale: #3B3B3B. Windows color (decimal): -7141281 or 6228115. OLE color: 6228115.
HSL color Cylindrical-coordinate representation of color #93085F: hue angle of 322.45º 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 #93085F is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 95 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.42 |
| HSL | 322.45º | 0.9% | 0.3% | - |
| HSV(B) | 322.45º | 0.95% | 0.58% | - |
| XYZ | 14.19 | 7.2 | 11.47 | - |
| YUV | 59.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 95 | 0 | 0.95 | 0.35 | 0.42 | 322.45 | 0.9 | 0.3 |
| Hex | 93 | 8 | 5F | 0 | 5F | 23 | 2A | 142 | 5A | 1E |
| Octal | 223 | 10 | 137 | 0 | 137 | 43 | 52 | 502 | 132 | 36 |
| Binary | 10010011 | 1000 | 1011111 | 0 | 1011111 | 100011 | 101010 | 101000010 | 1011010 | 11110 |
Color Harmonies of #93085F
Complementary color
Monochromatic Colors of #93085F
Black with #93085F
Text Example
Text Example
White with #93085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93085F; }
p { color: rgb(147,8,95); }
H1.HeaderClassName
{
color: #93085F;
}
.AnyTagClassName
{
color: #93085F;
}
</style>
background-color css
<style>
a { background-color: #93085F; }
a { background-color: rgb(147,8,95); }
div.DivClassName
{
background-color: #93085F;
}
.BgClassName
{
background-color: #93085F;
}
</style>
border-color css
<style>
span { border-color: #93085F; }
span { border-color: rgb(147,8,95); }
td.TdClassName
{
border-color: #93085F;
}
.TagClassName
{
border-color: #93085F;
}
</style>