Shades of Eggplant #920868
Tints of Eggplant #920868
RGB
CMYK
RGB Variations
Color information
#920868 (or 0x920868) is known color: Eggplant. HEX triplet: 92, 08 and 68. RGB value is (146,8,104). Sum of RGB (Red+Green+Blue) = 146+8+104=258 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.59% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 146 - color contains mainly: red. Hex color #920868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920868 is #6DF797. Grayscale: #3B3B3B. Windows color (decimal): -7206808 or 6817938. OLE color: 6817938.
HSL color Cylindrical-coordinate representation of color #920868: hue angle of 318.26º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920868 is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 8 | 104 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.43 |
| HSL | 318.26º | 0.9% | 0.3% | - |
| HSV(B) | 318.26º | 0.95% | 0.57% | - |
| XYZ | 14.44 | 7.28 | 13.74 | - |
| YUV | 60.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 8 | 104 | 0 | 0.95 | 0.29 | 0.43 | 318.26 | 0.9 | 0.3 |
| Hex | 92 | 8 | 68 | 0 | 5F | 1D | 2B | 13E | 5A | 1E |
| Octal | 222 | 10 | 150 | 0 | 137 | 35 | 53 | 476 | 132 | 36 |
| Binary | 10010010 | 1000 | 1101000 | 0 | 1011111 | 11101 | 101011 | 100111110 | 1011010 | 11110 |
Color Harmonies of #920868
Complementary color
Monochromatic Colors of #920868
Black with #920868
Text Example
Text Example
White with #920868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920868; }
p { color: rgb(146,8,104); }
H1.HeaderClassName
{
color: #920868;
}
.AnyTagClassName
{
color: #920868;
}
</style>
background-color css
<style>
a { background-color: #920868; }
a { background-color: rgb(146,8,104); }
div.DivClassName
{
background-color: #920868;
}
.BgClassName
{
background-color: #920868;
}
</style>
border-color css
<style>
span { border-color: #920868; }
span { border-color: rgb(146,8,104); }
td.TdClassName
{
border-color: #920868;
}
.TagClassName
{
border-color: #920868;
}
</style>