#920762

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

Shades of Eggplant #920762

Tints of Eggplant #920762

Color information

#920762 (or 0x920762) is unknown color: approx Eggplant. HEX triplet: 92, 07 and 62. RGB value is (146,7,98). Sum of RGB (Red+Green+Blue) = 146+7+98=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #920762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920762 is #6DF89D. Grayscale: #3A3A3A. Windows color (decimal): -7207070 or 6424466. OLE color: 6424466.

HSL color Cylindrical-coordinate representation of color #920762: hue angle of 320.72º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920762 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB146798-
CMYK00.950.330.43
HSL320.72º90.85%30%-
HSV(B)320.72º95.21%57.25%-
XYZ14.137.1412.19-
YUV58.94150.05190.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.17%
GREEN value IS 7 (3.12% from 255) = 2.79%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=58.17%
G=2.79%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14679800.950.330.43320.7290.8530
Hex9276205F212B1415b1e
Octal22271420137415350113336
Binary10010010111110001001011111100001101011101000001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920762; }

 p { color: rgb(146,7,98); }

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

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

 a { background-color: rgb(146,7,98); }

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

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

 span { border-color: rgb(146,7,98); }

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