Shades of Eggplant #93006B
Tints of Eggplant #93006B
RGB
CMYK
RGB Variations
Color information
#93006B (or 0x93006B) is known color: Eggplant. HEX triplet: 93, 00 and 6B. RGB value is (147,0,107). Sum of RGB (Red+Green+Blue) = 147+0+107=254 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.87% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 147 - color contains mainly: red. Hex color #93006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93006B is #6CFF94. Grayscale: #373737. Windows color (decimal): -7143317 or 7012499. OLE color: 7012499.
HSL color Cylindrical-coordinate representation of color #93006B: hue angle of 316.33º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93006B is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.27 | 0.42 |
| HSL | 316.33º | 1% | 0.29% | - |
| HSV(B) | 316.33º | 1% | 0.58% | - |
| XYZ | 14.69 | 7.26 | 14.54 | - |
| YUV | 56.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 107 | 0 | 1 | 0.27 | 0.42 | 316.33 | 1 | 0.29 |
| Hex | 93 | 0 | 6B | 0 | 64 | 1B | 2A | 13C | 64 | 1D |
| Octal | 223 | 0 | 153 | 0 | 144 | 33 | 52 | 474 | 144 | 35 |
| Binary | 10010011 | 0 | 1101011 | 0 | 1100100 | 11011 | 101010 | 100111100 | 1100100 | 11101 |
Color Harmonies of #93006B
Complementary color
Monochromatic Colors of #93006B
Black with #93006B
Text Example
Text Example
White with #93006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93006B; }
p { color: rgb(147,0,107); }
H1.HeaderClassName
{
color: #93006B;
}
.AnyTagClassName
{
color: #93006B;
}
</style>
background-color css
<style>
a { background-color: #93006B; }
a { background-color: rgb(147,0,107); }
div.DivClassName
{
background-color: #93006B;
}
.BgClassName
{
background-color: #93006B;
}
</style>
border-color css
<style>
span { border-color: #93006B; }
span { border-color: rgb(147,0,107); }
td.TdClassName
{
border-color: #93006B;
}
.TagClassName
{
border-color: #93006B;
}
</style>