#920B59

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

Shades of Eggplant #920B59

Tints of Eggplant #920B59

Color information

#920B59 (or 0x920B59) is unknown color: approx Eggplant. HEX triplet: 92, 0B and 59. RGB value is (146,11,89). Sum of RGB (Red+Green+Blue) = 146+11+89=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #920B59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920B59 is #6DF4A6. Grayscale: #3C3C3C. Windows color (decimal): -7206055 or 5835666. OLE color: 5835666.

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

Color convert

RGB1461189-
CMYK00.920.390.43
HSL325.33º85.99%30.78%-
HSV(B)325.33º92.47%57.25%-
XYZ13.787.0710.09-
YUV60.26144.23189.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.35%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=59.35%
G=4.47%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146118900.920.390.43325.3385.9930.78
Hex92B5905C272B145561f
Octal222131310134475350512637
Binary100100101011101100101011100100111101011101000101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,11,89); }

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

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

 a { background-color: rgb(146,11,89); }

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

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

 span { border-color: rgb(146,11,89); }

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