Shades of Eggplant #921367
Tints of Eggplant #921367
RGB
CMYK
RGB Variations
Color information
#921367 (or 0x921367) is known color: Eggplant. HEX triplet: 92, 13 and 67. RGB value is (146,19,103). Sum of RGB (Red+Green+Blue) = 146+19+103=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #921367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921367 is #6DEC98. Grayscale: #424242. Windows color (decimal): -7203993 or 6755218. OLE color: 6755218.
HSL color Cylindrical-coordinate representation of color #921367: hue angle of 320.31º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921367 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 103 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.43 |
| HSL | 320.32º | 0.77% | 0.32% | - |
| HSV(B) | 320.32º | 0.87% | 0.57% | - |
| XYZ | 14.54 | 7.56 | 13.52 | - |
| YUV | 66.55 | 148.58 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 103 | 0 | 0.87 | 0.29 | 0.43 | 320.32 | 0.77 | 0.32 |
| Hex | 92 | 13 | 67 | 0 | 57 | 1D | 2B | 140 | 4D | 20 |
| Octal | 222 | 23 | 147 | 0 | 127 | 35 | 53 | 500 | 115 | 40 |
| Binary | 10010010 | 10011 | 1100111 | 0 | 1010111 | 11101 | 101011 | 101000000 | 1001101 | 100000 |
Color Harmonies of #921367
Complementary color
Monochromatic Colors of #921367
Black with #921367
Text Example
Text Example
White with #921367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921367; }
p { color: rgb(146,19,103); }
H1.HeaderClassName
{
color: #921367;
}
.AnyTagClassName
{
color: #921367;
}
</style>
background-color css
<style>
a { background-color: #921367; }
a { background-color: rgb(146,19,103); }
div.DivClassName
{
background-color: #921367;
}
.BgClassName
{
background-color: #921367;
}
</style>
border-color css
<style>
span { border-color: #921367; }
span { border-color: rgb(146,19,103); }
td.TdClassName
{
border-color: #921367;
}
.TagClassName
{
border-color: #921367;
}
</style>