Shades of Eggplant #92156B
Tints of Eggplant #92156B
RGB
CMYK
RGB Variations
Color information
#92156B (or 0x92156B) is known color: Eggplant. HEX triplet: 92, 15 and 6B. RGB value is (146,21,107). Sum of RGB (Red+Green+Blue) = 146+21+107=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #92156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92156B is #6DEA94. Grayscale: #434343. Windows color (decimal): -7203477 or 7017874. OLE color: 7017874.
HSL color Cylindrical-coordinate representation of color #92156B: hue angle of 318.72º 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 #92156B is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 107 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.43 |
| HSL | 318.72º | 0.75% | 0.33% | - |
| HSV(B) | 318.72º | 0.86% | 0.57% | - |
| XYZ | 14.78 | 7.71 | 14.62 | - |
| YUV | 68.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 107 | 0 | 0.86 | 0.27 | 0.43 | 318.72 | 0.75 | 0.33 |
| Hex | 92 | 15 | 6B | 0 | 56 | 1B | 2B | 13F | 4B | 21 |
| Octal | 222 | 25 | 153 | 0 | 126 | 33 | 53 | 477 | 113 | 41 |
| Binary | 10010010 | 10101 | 1101011 | 0 | 1010110 | 11011 | 101011 | 100111111 | 1001011 | 100001 |
Color Harmonies of #92156B
Complementary color
Monochromatic Colors of #92156B
Black with #92156B
Text Example
Text Example
White with #92156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92156B; }
p { color: rgb(146,21,107); }
H1.HeaderClassName
{
color: #92156B;
}
.AnyTagClassName
{
color: #92156B;
}
</style>
background-color css
<style>
a { background-color: #92156B; }
a { background-color: rgb(146,21,107); }
div.DivClassName
{
background-color: #92156B;
}
.BgClassName
{
background-color: #92156B;
}
</style>
border-color css
<style>
span { border-color: #92156B; }
span { border-color: rgb(146,21,107); }
td.TdClassName
{
border-color: #92156B;
}
.TagClassName
{
border-color: #92156B;
}
</style>