Shades of Eggplant #921462
Tints of Eggplant #921462
RGB
CMYK
RGB Variations
Color information
#921462 (or 0x921462) is known color: Eggplant. HEX triplet: 92, 14 and 62. RGB value is (146,20,98). Sum of RGB (Red+Green+Blue) = 146+20+98=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #921462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921462 is #6DEB9D. Grayscale: #424242. Windows color (decimal): -7203742 or 6427794. OLE color: 6427794.
HSL color Cylindrical-coordinate representation of color #921462: hue angle of 322.86º 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 #921462 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 98 | - |
| CMYK | 0 | 0.86 | 0.33 | 0.43 |
| HSL | 322.86º | 0.76% | 0.33% | - |
| HSV(B) | 322.86º | 0.86% | 0.57% | - |
| XYZ | 14.31 | 7.49 | 12.25 | - |
| YUV | 66.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 98 | 0 | 0.86 | 0.33 | 0.43 | 322.86 | 0.76 | 0.33 |
| Hex | 92 | 14 | 62 | 0 | 56 | 21 | 2B | 143 | 4C | 21 |
| Octal | 222 | 24 | 142 | 0 | 126 | 41 | 53 | 503 | 114 | 41 |
| Binary | 10010010 | 10100 | 1100010 | 0 | 1010110 | 100001 | 101011 | 101000011 | 1001100 | 100001 |
Color Harmonies of #921462
Complementary color
Monochromatic Colors of #921462
Black with #921462
Text Example
Text Example
White with #921462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921462; }
p { color: rgb(146,20,98); }
H1.HeaderClassName
{
color: #921462;
}
.AnyTagClassName
{
color: #921462;
}
</style>
background-color css
<style>
a { background-color: #921462; }
a { background-color: rgb(146,20,98); }
div.DivClassName
{
background-color: #921462;
}
.BgClassName
{
background-color: #921462;
}
</style>
border-color css
<style>
span { border-color: #921462; }
span { border-color: rgb(146,20,98); }
td.TdClassName
{
border-color: #921462;
}
.TagClassName
{
border-color: #921462;
}
</style>