Shades of Eggplant #930868
Tints of Eggplant #930868
RGB
CMYK
RGB Variations
Color information
#930868 (or 0x930868) is known color: Eggplant. HEX triplet: 93, 08 and 68. RGB value is (147,8,104). Sum of RGB (Red+Green+Blue) = 147+8+104=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #930868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930868 is #6CF797. Grayscale: #3C3C3C. Windows color (decimal): -7141272 or 6817939. OLE color: 6817939.
HSL color Cylindrical-coordinate representation of color #930868: hue angle of 318.56º 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 #930868 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 8 | 104 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.42 |
| HSL | 318.56º | 0.9% | 0.3% | - |
| HSV(B) | 318.56º | 0.95% | 0.58% | - |
| XYZ | 14.62 | 7.38 | 13.75 | - |
| YUV | 60.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 104 | 0 | 0.95 | 0.29 | 0.42 | 318.56 | 0.9 | 0.3 |
| Hex | 93 | 8 | 68 | 0 | 5F | 1D | 2A | 13F | 5A | 1E |
| Octal | 223 | 10 | 150 | 0 | 137 | 35 | 52 | 477 | 132 | 36 |
| Binary | 10010011 | 1000 | 1101000 | 0 | 1011111 | 11101 | 101010 | 100111111 | 1011010 | 11110 |
Color Harmonies of #930868
Complementary color
Monochromatic Colors of #930868
Black with #930868
Text Example
Text Example
White with #930868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930868; }
p { color: rgb(147,8,104); }
H1.HeaderClassName
{
color: #930868;
}
.AnyTagClassName
{
color: #930868;
}
</style>
background-color css
<style>
a { background-color: #930868; }
a { background-color: rgb(147,8,104); }
div.DivClassName
{
background-color: #930868;
}
.BgClassName
{
background-color: #930868;
}
</style>
border-color css
<style>
span { border-color: #930868; }
span { border-color: rgb(147,8,104); }
td.TdClassName
{
border-color: #930868;
}
.TagClassName
{
border-color: #930868;
}
</style>