Shades of Eggplant #921267
Tints of Eggplant #921267
RGB
CMYK
RGB Variations
Color information
#921267 (or 0x921267) is known color: Eggplant. HEX triplet: 92, 12 and 67. RGB value is (146,18,103). Sum of RGB (Red+Green+Blue) = 146+18+103=267 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.68% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 146 - color contains mainly: red. Hex color #921267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921267 is #6DED98. Grayscale: #414141. Windows color (decimal): -7204249 or 6754962. OLE color: 6754962.
HSL color Cylindrical-coordinate representation of color #921267: hue angle of 320.16º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921267 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 18 | 103 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.43 |
| HSL | 320.16º | 0.78% | 0.32% | - |
| HSV(B) | 320.16º | 0.88% | 0.57% | - |
| XYZ | 14.52 | 7.52 | 13.52 | - |
| YUV | 65.96 | 148.91 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 103 | 0 | 0.88 | 0.29 | 0.43 | 320.16 | 0.78 | 0.32 |
| Hex | 92 | 12 | 67 | 0 | 58 | 1D | 2B | 140 | 4E | 20 |
| Octal | 222 | 22 | 147 | 0 | 130 | 35 | 53 | 500 | 116 | 40 |
| Binary | 10010010 | 10010 | 1100111 | 0 | 1011000 | 11101 | 101011 | 101000000 | 1001110 | 100000 |
Color Harmonies of #921267
Complementary color
Monochromatic Colors of #921267
Black with #921267
Text Example
Text Example
White with #921267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921267; }
p { color: rgb(146,18,103); }
H1.HeaderClassName
{
color: #921267;
}
.AnyTagClassName
{
color: #921267;
}
</style>
background-color css
<style>
a { background-color: #921267; }
a { background-color: rgb(146,18,103); }
div.DivClassName
{
background-color: #921267;
}
.BgClassName
{
background-color: #921267;
}
</style>
border-color css
<style>
span { border-color: #921267; }
span { border-color: rgb(146,18,103); }
td.TdClassName
{
border-color: #921267;
}
.TagClassName
{
border-color: #921267;
}
</style>