Shades of Eggplant #930B5C
Tints of Eggplant #930B5C
RGB
CMYK
RGB Variations
Color information
#930B5C (or 0x930B5C) is known color: Eggplant. HEX triplet: 93, 0B and 5C. RGB value is (147,11,92). Sum of RGB (Red+Green+Blue) = 147+11+92=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #930B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930B5C is #6CF4A3. Grayscale: #3C3C3C. Windows color (decimal): -7140516 or 6032275. OLE color: 6032275.
HSL color Cylindrical-coordinate representation of color #930B5C: hue angle of 324.26º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930B5C is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 11 | 92 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.42 |
| HSL | 324.26º | 0.86% | 0.31% | - |
| HSV(B) | 324.26º | 0.93% | 0.58% | - |
| XYZ | 14.08 | 7.22 | 10.78 | - |
| YUV | 60.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 11 | 92 | 0 | 0.93 | 0.37 | 0.42 | 324.26 | 0.86 | 0.31 |
| Hex | 93 | B | 5C | 0 | 5D | 25 | 2A | 144 | 56 | 1F |
| Octal | 223 | 13 | 134 | 0 | 135 | 45 | 52 | 504 | 126 | 37 |
| Binary | 10010011 | 1011 | 1011100 | 0 | 1011101 | 100101 | 101010 | 101000100 | 1010110 | 11111 |
Color Harmonies of #930B5C
Complementary color
Monochromatic Colors of #930B5C
Black with #930B5C
Text Example
Text Example
White with #930B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930B5C; }
p { color: rgb(147,11,92); }
H1.HeaderClassName
{
color: #930B5C;
}
.AnyTagClassName
{
color: #930B5C;
}
</style>
background-color css
<style>
a { background-color: #930B5C; }
a { background-color: rgb(147,11,92); }
div.DivClassName
{
background-color: #930B5C;
}
.BgClassName
{
background-color: #930B5C;
}
</style>
border-color css
<style>
span { border-color: #930B5C; }
span { border-color: rgb(147,11,92); }
td.TdClassName
{
border-color: #930B5C;
}
.TagClassName
{
border-color: #930B5C;
}
</style>