Shades of Eggplant #92036B
Tints of Eggplant #92036B
RGB
CMYK
RGB Variations
Color information
#92036B (or 0x92036B) is known color: Eggplant. HEX triplet: 92, 03 and 6B. RGB value is (146,3,107). Sum of RGB (Red+Green+Blue) = 146+3+107=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #92036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92036B is #6DFC94. Grayscale: #393939. Windows color (decimal): -7208085 or 7013266. OLE color: 7013266.
HSL color Cylindrical-coordinate representation of color #92036B: hue angle of 316.36º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92036B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.43 |
| HSL | 316.36º | 0.96% | 0.29% | - |
| HSV(B) | 316.36º | 0.98% | 0.57% | - |
| XYZ | 14.54 | 7.24 | 14.54 | - |
| YUV | 57.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 3 | 107 | 0 | 0.98 | 0.27 | 0.43 | 316.36 | 0.96 | 0.29 |
| Hex | 92 | 3 | 6B | 0 | 62 | 1B | 2B | 13C | 60 | 1D |
| Octal | 222 | 3 | 153 | 0 | 142 | 33 | 53 | 474 | 140 | 35 |
| Binary | 10010010 | 11 | 1101011 | 0 | 1100010 | 11011 | 101011 | 100111100 | 1100000 | 11101 |
Color Harmonies of #92036B
Complementary color
Monochromatic Colors of #92036B
Black with #92036B
Text Example
Text Example
White with #92036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92036B; }
p { color: rgb(146,3,107); }
H1.HeaderClassName
{
color: #92036B;
}
.AnyTagClassName
{
color: #92036B;
}
</style>
background-color css
<style>
a { background-color: #92036B; }
a { background-color: rgb(146,3,107); }
div.DivClassName
{
background-color: #92036B;
}
.BgClassName
{
background-color: #92036B;
}
</style>
border-color css
<style>
span { border-color: #92036B; }
span { border-color: rgb(146,3,107); }
td.TdClassName
{
border-color: #92036B;
}
.TagClassName
{
border-color: #92036B;
}
</style>