Shades of Eggplant #92055B
Tints of Eggplant #92055B
RGB
CMYK
RGB Variations
Color information
#92055B (or 0x92055B) is known color: Eggplant. HEX triplet: 92, 05 and 5B. RGB value is (146,5,91). Sum of RGB (Red+Green+Blue) = 146+5+91=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #92055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92055B is #6DFAA4. Grayscale: #383838. Windows color (decimal): -7207589 or 5965202. OLE color: 5965202.
HSL color Cylindrical-coordinate representation of color #92055B: hue angle of 323.4º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92055B is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 5 | 91 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.43 |
| HSL | 323.4º | 0.93% | 0.3% | - |
| HSV(B) | 323.4º | 0.97% | 0.57% | - |
| XYZ | 13.8 | 6.97 | 10.52 | - |
| YUV | 56.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 5 | 91 | 0 | 0.97 | 0.38 | 0.43 | 323.4 | 0.93 | 0.3 |
| Hex | 92 | 5 | 5B | 0 | 61 | 26 | 2B | 143 | 5D | 1E |
| Octal | 222 | 5 | 133 | 0 | 141 | 46 | 53 | 503 | 135 | 36 |
| Binary | 10010010 | 101 | 1011011 | 0 | 1100001 | 100110 | 101011 | 101000011 | 1011101 | 11110 |
Color Harmonies of #92055B
Complementary color
Monochromatic Colors of #92055B
Black with #92055B
Text Example
Text Example
White with #92055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92055B; }
p { color: rgb(146,5,91); }
H1.HeaderClassName
{
color: #92055B;
}
.AnyTagClassName
{
color: #92055B;
}
</style>
background-color css
<style>
a { background-color: #92055B; }
a { background-color: rgb(146,5,91); }
div.DivClassName
{
background-color: #92055B;
}
.BgClassName
{
background-color: #92055B;
}
</style>
border-color css
<style>
span { border-color: #92055B; }
span { border-color: rgb(146,5,91); }
td.TdClassName
{
border-color: #92055B;
}
.TagClassName
{
border-color: #92055B;
}
</style>