Shades of Eggplant #921468
Tints of Eggplant #921468
RGB
CMYK
RGB Variations
Color information
#921468 (or 0x921468) is known color: Eggplant. HEX triplet: 92, 14 and 68. RGB value is (146,20,104). Sum of RGB (Red+Green+Blue) = 146+20+104=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #921468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921468 is #6DEB97. Grayscale: #434343. Windows color (decimal): -7203736 or 6821010. OLE color: 6821010.
HSL color Cylindrical-coordinate representation of color #921468: hue angle of 320º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921468 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 104 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.43 |
| HSL | 320º | 0.76% | 0.33% | - |
| HSV(B) | 320º | 0.86% | 0.57% | - |
| XYZ | 14.6 | 7.61 | 13.8 | - |
| YUV | 67.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 104 | 0 | 0.86 | 0.29 | 0.43 | 320 | 0.76 | 0.33 |
| Hex | 92 | 14 | 68 | 0 | 56 | 1D | 2B | 140 | 4C | 21 |
| Octal | 222 | 24 | 150 | 0 | 126 | 35 | 53 | 500 | 114 | 41 |
| Binary | 10010010 | 10100 | 1101000 | 0 | 1010110 | 11101 | 101011 | 101000000 | 1001100 | 100001 |
Color Harmonies of #921468
Complementary color
Monochromatic Colors of #921468
Black with #921468
Text Example
Text Example
White with #921468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921468; }
p { color: rgb(146,20,104); }
H1.HeaderClassName
{
color: #921468;
}
.AnyTagClassName
{
color: #921468;
}
</style>
background-color css
<style>
a { background-color: #921468; }
a { background-color: rgb(146,20,104); }
div.DivClassName
{
background-color: #921468;
}
.BgClassName
{
background-color: #921468;
}
</style>
border-color css
<style>
span { border-color: #921468; }
span { border-color: rgb(146,20,104); }
td.TdClassName
{
border-color: #921468;
}
.TagClassName
{
border-color: #921468;
}
</style>