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