Shades of Eggplant #920274
Tints of Eggplant #920274
RGB
CMYK
RGB Variations
Color information
#920274 (or 0x920274) is known color: Eggplant. HEX triplet: 92, 02 and 74. RGB value is (146,2,116). Sum of RGB (Red+Green+Blue) = 146+2+116=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #920274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920274 is #6DFD8B. Grayscale: #393939. Windows color (decimal): -7208332 or 7602834. OLE color: 7602834.
HSL color Cylindrical-coordinate representation of color #920274: hue angle of 312.5º degrees, saturation: 0.97, 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 #920274 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.43 |
| HSL | 312.5º | 0.97% | 0.29% | - |
| HSV(B) | 312.5º | 0.99% | 0.57% | - |
| XYZ | 15.03 | 7.42 | 17.16 | - |
| YUV | 58.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 116 | 0 | 0.99 | 0.21 | 0.43 | 312.5 | 0.97 | 0.29 |
| Hex | 92 | 2 | 74 | 0 | 63 | 15 | 2B | 138 | 61 | 1D |
| Octal | 222 | 2 | 164 | 0 | 143 | 25 | 53 | 470 | 141 | 35 |
| Binary | 10010010 | 10 | 1110100 | 0 | 1100011 | 10101 | 101011 | 100111000 | 1100001 | 11101 |
Color Harmonies of #920274
Complementary color
Monochromatic Colors of #920274
Black with #920274
Text Example
Text Example
White with #920274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920274; }
p { color: rgb(146,2,116); }
H1.HeaderClassName
{
color: #920274;
}
.AnyTagClassName
{
color: #920274;
}
</style>
background-color css
<style>
a { background-color: #920274; }
a { background-color: rgb(146,2,116); }
div.DivClassName
{
background-color: #920274;
}
.BgClassName
{
background-color: #920274;
}
</style>
border-color css
<style>
span { border-color: #920274; }
span { border-color: rgb(146,2,116); }
td.TdClassName
{
border-color: #920274;
}
.TagClassName
{
border-color: #920274;
}
</style>