Shades of Eggplant #92166B
Tints of Eggplant #92166B
RGB
CMYK
RGB Variations
Color information
#92166B (or 0x92166B) is known color: Eggplant. HEX triplet: 92, 16 and 6B. RGB value is (146,22,107). Sum of RGB (Red+Green+Blue) = 146+22+107=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #92166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92166B is #6DE994. Grayscale: #444444. Windows color (decimal): -7203221 or 7018130. OLE color: 7018130.
HSL color Cylindrical-coordinate representation of color #92166B: hue angle of 318.87º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92166B is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 107 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.43 |
| HSL | 318.87º | 0.74% | 0.33% | - |
| HSV(B) | 318.87º | 0.85% | 0.57% | - |
| XYZ | 14.79 | 7.75 | 14.63 | - |
| YUV | 68.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 107 | 0 | 0.85 | 0.27 | 0.43 | 318.87 | 0.74 | 0.33 |
| Hex | 92 | 16 | 6B | 0 | 55 | 1B | 2B | 13F | 4A | 21 |
| Octal | 222 | 26 | 153 | 0 | 125 | 33 | 53 | 477 | 112 | 41 |
| Binary | 10010010 | 10110 | 1101011 | 0 | 1010101 | 11011 | 101011 | 100111111 | 1001010 | 100001 |
Color Harmonies of #92166B
Complementary color
Monochromatic Colors of #92166B
Black with #92166B
Text Example
Text Example
White with #92166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92166B; }
p { color: rgb(146,22,107); }
H1.HeaderClassName
{
color: #92166B;
}
.AnyTagClassName
{
color: #92166B;
}
</style>
background-color css
<style>
a { background-color: #92166B; }
a { background-color: rgb(146,22,107); }
div.DivClassName
{
background-color: #92166B;
}
.BgClassName
{
background-color: #92166B;
}
</style>
border-color css
<style>
span { border-color: #92166B; }
span { border-color: rgb(146,22,107); }
td.TdClassName
{
border-color: #92166B;
}
.TagClassName
{
border-color: #92166B;
}
</style>