#920E72

Color #920E72 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #920E72

Tints of Eggplant #920E72

Color information

#920E72 (or 0x920E72) is unknown color: approx Eggplant. HEX triplet: 92, 0E and 72. RGB value is (146,14,114). Sum of RGB (Red+Green+Blue) = 146+14+114=274 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.28% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 146 - color contains mainly: red. Hex color #920E72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920E72 is #6DF18D. Grayscale: #404040. Windows color (decimal): -7205262 or 7474834. OLE color: 7474834.

HSL color Cylindrical-coordinate representation of color #920E72: hue angle of 314.55º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E72 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14614114-
CMYK00.900.220.43
HSL314.55º82.5%31.37%-
HSV(B)314.55º90.41%57.25%-
XYZ15.057.6416.6-
YUV64.87155.73185.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 53.28%
GREEN value IS 14 (5.86% from 255) = 5.11%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=53.28%
G=5.11%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461411400.900.220.43314.5582.531.37
Hex92E7205A162B13b521f
Octal222161620132265347312237
Binary10010010111011100100101101010110101011100111011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920E72; }

 p { color: rgb(146,14,114); }

 H1.HeaderClassName
 {
   color: #920E72;
 }
 .AnyTagClassName
 {
   color: #920E72;
 }
</style>
background-color css

<style>
 a { background-color: #920E72; }

 a { background-color: rgb(146,14,114); }

 div.DivClassName
 {
   background-color: #920E72;
 }
 .BgClassName
 {
   background-color: #920E72;
 }
</style>
border-color css

<style>
 span { border-color: #920E72; }

 span { border-color: rgb(146,14,114); }

 td.TdClassName
 {
   border-color: #920E72;
 }
 .TagClassName
 {
   border-color: #920E72;
 }
</style>