Shades of Eggplant #921565
Tints of Eggplant #921565
RGB
CMYK
RGB Variations
Color information
#921565 (or 0x921565) is known color: Eggplant. HEX triplet: 92, 15 and 65. RGB value is (146,21,101). Sum of RGB (Red+Green+Blue) = 146+21+101=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #921565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921565 is #6DEA9A. Grayscale: #434343. Windows color (decimal): -7203483 or 6624658. OLE color: 6624658.
HSL color Cylindrical-coordinate representation of color #921565: hue angle of 321.6º degrees, saturation: 0.75, 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 #921565 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 101 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.43 |
| HSL | 321.6º | 0.75% | 0.33% | - |
| HSV(B) | 321.6º | 0.86% | 0.57% | - |
| XYZ | 14.47 | 7.59 | 13.01 | - |
| YUV | 67.5 | 146.91 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 101 | 0 | 0.86 | 0.31 | 0.43 | 321.6 | 0.75 | 0.33 |
| Hex | 92 | 15 | 65 | 0 | 56 | 1F | 2B | 142 | 4B | 21 |
| Octal | 222 | 25 | 145 | 0 | 126 | 37 | 53 | 502 | 113 | 41 |
| Binary | 10010010 | 10101 | 1100101 | 0 | 1010110 | 11111 | 101011 | 101000010 | 1001011 | 100001 |
Color Harmonies of #921565
Complementary color
Monochromatic Colors of #921565
Black with #921565
Text Example
Text Example
White with #921565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921565; }
p { color: rgb(146,21,101); }
H1.HeaderClassName
{
color: #921565;
}
.AnyTagClassName
{
color: #921565;
}
</style>
background-color css
<style>
a { background-color: #921565; }
a { background-color: rgb(146,21,101); }
div.DivClassName
{
background-color: #921565;
}
.BgClassName
{
background-color: #921565;
}
</style>
border-color css
<style>
span { border-color: #921565; }
span { border-color: rgb(146,21,101); }
td.TdClassName
{
border-color: #921565;
}
.TagClassName
{
border-color: #921565;
}
</style>