#920A70

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

Shades of Eggplant #920A70

Tints of Eggplant #920A70

Color information

#920A70 (or 0x920A70) is unknown color: approx Eggplant. HEX triplet: 92, 0A and 70. RGB value is (146,10,112). Sum of RGB (Red+Green+Blue) = 146+10+112=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #920A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920A70 is #6DF58F. Grayscale: #3E3E3E. Windows color (decimal): -7206288 or 7342738. OLE color: 7342738.

HSL color Cylindrical-coordinate representation of color #920A70: hue angle of 315º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A70 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB14610112-
CMYK00.930.230.43
HSL315º87.18%30.59%-
HSV(B)315º93.15%57.25%-
XYZ14.897.515.99-
YUV62.29156.06187.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.48%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=54.48%
G=3.73%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461011200.930.230.4331587.1830.59
Hex92A7005D172B13b571f
Octal222121600135275347312737
Binary10010010101011100000101110110111101011100111011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,10,112); }

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

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

 a { background-color: rgb(146,10,112); }

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

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

 span { border-color: rgb(146,10,112); }

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