Shades of Eggplant #92146B
Tints of Eggplant #92146B
RGB
CMYK
RGB Variations
Color information
#92146B (or 0x92146B) is known color: Eggplant. HEX triplet: 92, 14 and 6B. RGB value is (146,20,107). Sum of RGB (Red+Green+Blue) = 146+20+107=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92146B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92146B is #6DEB94. Grayscale: #434343. Windows color (decimal): -7203733 or 7017618. OLE color: 7017618.
HSL color Cylindrical-coordinate representation of color #92146B: hue angle of 318.57º 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 #92146B is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 107 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.43 |
| HSL | 318.57º | 0.76% | 0.33% | - |
| HSV(B) | 318.57º | 0.86% | 0.57% | - |
| XYZ | 14.76 | 7.67 | 14.61 | - |
| YUV | 67.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 107 | 0 | 0.86 | 0.27 | 0.43 | 318.57 | 0.76 | 0.33 |
| Hex | 92 | 14 | 6B | 0 | 56 | 1B | 2B | 13F | 4C | 21 |
| Octal | 222 | 24 | 153 | 0 | 126 | 33 | 53 | 477 | 114 | 41 |
| Binary | 10010010 | 10100 | 1101011 | 0 | 1010110 | 11011 | 101011 | 100111111 | 1001100 | 100001 |
Color Harmonies of #92146B
Complementary color
Monochromatic Colors of #92146B
Black with #92146B
Text Example
Text Example
White with #92146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92146B; }
p { color: rgb(146,20,107); }
H1.HeaderClassName
{
color: #92146B;
}
.AnyTagClassName
{
color: #92146B;
}
</style>
background-color css
<style>
a { background-color: #92146B; }
a { background-color: rgb(146,20,107); }
div.DivClassName
{
background-color: #92146B;
}
.BgClassName
{
background-color: #92146B;
}
</style>
border-color css
<style>
span { border-color: #92146B; }
span { border-color: rgb(146,20,107); }
td.TdClassName
{
border-color: #92146B;
}
.TagClassName
{
border-color: #92146B;
}
</style>