#92096A

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

Shades of Eggplant #92096A

Tints of Eggplant #92096A

Color information

#92096A (or 0x92096A) is unknown color: approx Eggplant. HEX triplet: 92, 09 and 6A. RGB value is (146,9,106). Sum of RGB (Red+Green+Blue) = 146+9+106=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #92096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92096A is #6DF695. Grayscale: #3C3C3C. Windows color (decimal): -7206550 or 6949266. OLE color: 6949266.

HSL color Cylindrical-coordinate representation of color #92096A: hue angle of 317.52º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92096A is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB1469106-
CMYK00.940.270.43
HSL317.52º88.39%30.39%-
HSV(B)317.52º93.84%57.25%-
XYZ14.557.3514.29-
YUV61.02153.39188.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.94%
GREEN value IS 9 (3.91% from 255) = 3.45%
BLUE value IS 106 (41.80% from 255) = 40.61%
R=55.94%
G=3.45%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146910600.940.270.43317.5288.3930.39
Hex9296A05E1B2B13e581e
Octal222111520136335347613036
Binary10010010100111010100101111011011101011100111110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92096A; }

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

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

<style>
 a { background-color: #92096A; }

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

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

<style>
 span { border-color: #92096A; }

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

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