#920364

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

Shades of Eggplant #920364

Tints of Eggplant #920364

Color information

#920364 (or 0x920364) is unknown color: approx Eggplant. HEX triplet: 92, 03 and 64. RGB value is (146,3,100). Sum of RGB (Red+Green+Blue) = 146+3+100=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #920364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920364 is #6DFC9B. Grayscale: #383838. Windows color (decimal): -7208092 or 6554514. OLE color: 6554514.

HSL color Cylindrical-coordinate representation of color #920364: hue angle of 319.3º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #920364 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1463100-
CMYK00.980.320.43
HSL319.3º95.97%29.22%-
HSV(B)319.3º97.95%57.25%-
XYZ14.197.112.68-
YUV56.82152.38191.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.63%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=58.63%
G=1.20%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146310000.980.320.43319.395.9729.22
Hex92364062202B13f601d
Octal22231440142405347714035
Binary1001001011110010001100010100000101011100111111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920364; }

 p { color: rgb(146,3,100); }

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

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

 a { background-color: rgb(146,3,100); }

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

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

 span { border-color: rgb(146,3,100); }

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