Shades of Eggplant #921467
Tints of Eggplant #921467
RGB
CMYK
RGB Variations
Color information
#921467 (or 0x921467) is known color: Eggplant. HEX triplet: 92, 14 and 67. RGB value is (146,20,103). Sum of RGB (Red+Green+Blue) = 146+20+103=269 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.28% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 146 - color contains mainly: red. Hex color #921467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921467 is #6DEB98. Grayscale: #424242. Windows color (decimal): -7203737 or 6755474. OLE color: 6755474.
HSL color Cylindrical-coordinate representation of color #921467: hue angle of 320.48º 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 #921467 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 103 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.43 |
| HSL | 320.48º | 0.76% | 0.33% | - |
| HSV(B) | 320.48º | 0.86% | 0.57% | - |
| XYZ | 14.55 | 7.59 | 13.53 | - |
| YUV | 67.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 103 | 0 | 0.86 | 0.29 | 0.43 | 320.48 | 0.76 | 0.33 |
| Hex | 92 | 14 | 67 | 0 | 56 | 1D | 2B | 140 | 4C | 21 |
| Octal | 222 | 24 | 147 | 0 | 126 | 35 | 53 | 500 | 114 | 41 |
| Binary | 10010010 | 10100 | 1100111 | 0 | 1010110 | 11101 | 101011 | 101000000 | 1001100 | 100001 |
Color Harmonies of #921467
Complementary color
Monochromatic Colors of #921467
Black with #921467
Text Example
Text Example
White with #921467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921467; }
p { color: rgb(146,20,103); }
H1.HeaderClassName
{
color: #921467;
}
.AnyTagClassName
{
color: #921467;
}
</style>
background-color css
<style>
a { background-color: #921467; }
a { background-color: rgb(146,20,103); }
div.DivClassName
{
background-color: #921467;
}
.BgClassName
{
background-color: #921467;
}
</style>
border-color css
<style>
span { border-color: #921467; }
span { border-color: rgb(146,20,103); }
td.TdClassName
{
border-color: #921467;
}
.TagClassName
{
border-color: #921467;
}
</style>