Shades of Eggplant #93085D
Tints of Eggplant #93085D
RGB
CMYK
RGB Variations
Color information
#93085D (or 0x93085D) is known color: Eggplant. HEX triplet: 93, 08 and 5D. RGB value is (147,8,93). Sum of RGB (Red+Green+Blue) = 147+8+93=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #93085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93085D is #6CF7A2. Grayscale: #3B3B3B. Windows color (decimal): -7141283 or 6097043. OLE color: 6097043.
HSL color Cylindrical-coordinate representation of color #93085D: hue angle of 323.31º 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 #93085D is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 93 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.42 |
| HSL | 323.31º | 0.9% | 0.3% | - |
| HSV(B) | 323.31º | 0.95% | 0.58% | - |
| XYZ | 14.1 | 7.17 | 11 | - |
| YUV | 59.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 93 | 0 | 0.95 | 0.37 | 0.42 | 323.31 | 0.9 | 0.3 |
| Hex | 93 | 8 | 5D | 0 | 5F | 25 | 2A | 143 | 5A | 1E |
| Octal | 223 | 10 | 135 | 0 | 137 | 45 | 52 | 503 | 132 | 36 |
| Binary | 10010011 | 1000 | 1011101 | 0 | 1011111 | 100101 | 101010 | 101000011 | 1011010 | 11110 |
Color Harmonies of #93085D
Complementary color
Monochromatic Colors of #93085D
Black with #93085D
Text Example
Text Example
White with #93085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93085D; }
p { color: rgb(147,8,93); }
H1.HeaderClassName
{
color: #93085D;
}
.AnyTagClassName
{
color: #93085D;
}
</style>
background-color css
<style>
a { background-color: #93085D; }
a { background-color: rgb(147,8,93); }
div.DivClassName
{
background-color: #93085D;
}
.BgClassName
{
background-color: #93085D;
}
</style>
border-color css
<style>
span { border-color: #93085D; }
span { border-color: rgb(147,8,93); }
td.TdClassName
{
border-color: #93085D;
}
.TagClassName
{
border-color: #93085D;
}
</style>