Shades of Eggplant #92076B
Tints of Eggplant #92076B
RGB
CMYK
RGB Variations
Color information
#92076B (or 0x92076B) is known color: Eggplant. HEX triplet: 92, 07 and 6B. RGB value is (146,7,107). Sum of RGB (Red+Green+Blue) = 146+7+107=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #92076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92076B is #6DF894. Grayscale: #3B3B3B. Windows color (decimal): -7207061 or 7014290. OLE color: 7014290.
HSL color Cylindrical-coordinate representation of color #92076B: hue angle of 316.83º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92076B is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 7 | 107 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.43 |
| HSL | 316.83º | 0.91% | 0.3% | - |
| HSV(B) | 316.83º | 0.95% | 0.57% | - |
| XYZ | 14.58 | 7.32 | 14.56 | - |
| YUV | 59.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 7 | 107 | 0 | 0.95 | 0.27 | 0.43 | 316.83 | 0.91 | 0.3 |
| Hex | 92 | 7 | 6B | 0 | 5F | 1B | 2B | 13D | 5B | 1E |
| Octal | 222 | 7 | 153 | 0 | 137 | 33 | 53 | 475 | 133 | 36 |
| Binary | 10010010 | 111 | 1101011 | 0 | 1011111 | 11011 | 101011 | 100111101 | 1011011 | 11110 |
Color Harmonies of #92076B
Complementary color
Monochromatic Colors of #92076B
Black with #92076B
Text Example
Text Example
White with #92076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92076B; }
p { color: rgb(146,7,107); }
H1.HeaderClassName
{
color: #92076B;
}
.AnyTagClassName
{
color: #92076B;
}
</style>
background-color css
<style>
a { background-color: #92076B; }
a { background-color: rgb(146,7,107); }
div.DivClassName
{
background-color: #92076B;
}
.BgClassName
{
background-color: #92076B;
}
</style>
border-color css
<style>
span { border-color: #92076B; }
span { border-color: rgb(146,7,107); }
td.TdClassName
{
border-color: #92076B;
}
.TagClassName
{
border-color: #92076B;
}
</style>