#920A6A

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

Shades of Eggplant #920A6A

Tints of Eggplant #920A6A

Color information

#920A6A (or 0x920A6A) is unknown color: approx Eggplant. HEX triplet: 92, 0A and 6A. RGB value is (146,10,106). Sum of RGB (Red+Green+Blue) = 146+10+106=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #920A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920A6A is #6DF595. Grayscale: #3D3D3D. Windows color (decimal): -7206294 or 6949522. OLE color: 6949522.

HSL color Cylindrical-coordinate representation of color #920A6A: hue angle of 317.65º 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 #920A6A is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14610106-
CMYK00.930.270.43
HSL317.65º87.18%30.59%-
HSV(B)317.65º93.15%57.25%-
XYZ14.567.3714.29-
YUV61.61153.06188.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.73%
GREEN value IS 10 (4.30% from 255) = 3.82%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=55.73%
G=3.82%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461010600.930.270.43317.6587.1830.59
Hex92A6A05D1B2B13e571f
Octal222121520135335347612737
Binary10010010101011010100101110111011101011100111110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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