Shades of Eggplant #93065D
Tints of Eggplant #93065D
RGB
CMYK
RGB Variations
Color information
#93065D (or 0x93065D) is known color: Eggplant. HEX triplet: 93, 06 and 5D. RGB value is (147,6,93). Sum of RGB (Red+Green+Blue) = 147+6+93=246 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.76% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 147 - color contains mainly: red. Hex color #93065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93065D is #6CF9A2. Grayscale: #393939. Windows color (decimal): -7141795 or 6096531. OLE color: 6096531.
HSL color Cylindrical-coordinate representation of color #93065D: hue angle of 322.98º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93065D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 6 | 93 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.42 |
| HSL | 322.98º | 0.92% | 0.3% | - |
| HSV(B) | 322.98º | 0.96% | 0.58% | - |
| XYZ | 14.07 | 7.12 | 10.99 | - |
| YUV | 58.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 6 | 93 | 0 | 0.96 | 0.37 | 0.42 | 322.98 | 0.92 | 0.3 |
| Hex | 93 | 6 | 5D | 0 | 60 | 25 | 2A | 143 | 5C | 1E |
| Octal | 223 | 6 | 135 | 0 | 140 | 45 | 52 | 503 | 134 | 36 |
| Binary | 10010011 | 110 | 1011101 | 0 | 1100000 | 100101 | 101010 | 101000011 | 1011100 | 11110 |
Color Harmonies of #93065D
Complementary color
Monochromatic Colors of #93065D
Black with #93065D
Text Example
Text Example
White with #93065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93065D; }
p { color: rgb(147,6,93); }
H1.HeaderClassName
{
color: #93065D;
}
.AnyTagClassName
{
color: #93065D;
}
</style>
background-color css
<style>
a { background-color: #93065D; }
a { background-color: rgb(147,6,93); }
div.DivClassName
{
background-color: #93065D;
}
.BgClassName
{
background-color: #93065D;
}
</style>
border-color css
<style>
span { border-color: #93065D; }
span { border-color: rgb(147,6,93); }
td.TdClassName
{
border-color: #93065D;
}
.TagClassName
{
border-color: #93065D;
}
</style>