Shades of Eggplant #92016C
Tints of Eggplant #92016C
RGB
CMYK
RGB Variations
Color information
#92016C (or 0x92016C) is known color: Eggplant. HEX triplet: 92, 01 and 6C. RGB value is (146,1,108). Sum of RGB (Red+Green+Blue) = 146+1+108=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #92016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92016C is #6DFE93. Grayscale: #383838. Windows color (decimal): -7208596 or 7078290. OLE color: 7078290.
HSL color Cylindrical-coordinate representation of color #92016C: hue angle of 315.72º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92016C is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.43 |
| HSL | 315.72º | 0.99% | 0.29% | - |
| HSV(B) | 315.72º | 0.99% | 0.57% | - |
| XYZ | 14.57 | 7.22 | 14.81 | - |
| YUV | 56.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 108 | 0 | 0.99 | 0.26 | 0.43 | 315.72 | 0.99 | 0.29 |
| Hex | 92 | 1 | 6C | 0 | 63 | 1A | 2B | 13C | 63 | 1D |
| Octal | 222 | 1 | 154 | 0 | 143 | 32 | 53 | 474 | 143 | 35 |
| Binary | 10010010 | 1 | 1101100 | 0 | 1100011 | 11010 | 101011 | 100111100 | 1100011 | 11101 |
Color Harmonies of #92016C
Complementary color
Monochromatic Colors of #92016C
Black with #92016C
Text Example
Text Example
White with #92016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92016C; }
p { color: rgb(146,1,108); }
H1.HeaderClassName
{
color: #92016C;
}
.AnyTagClassName
{
color: #92016C;
}
</style>
background-color css
<style>
a { background-color: #92016C; }
a { background-color: rgb(146,1,108); }
div.DivClassName
{
background-color: #92016C;
}
.BgClassName
{
background-color: #92016C;
}
</style>
border-color css
<style>
span { border-color: #92016C; }
span { border-color: rgb(146,1,108); }
td.TdClassName
{
border-color: #92016C;
}
.TagClassName
{
border-color: #92016C;
}
</style>