#920165

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

Shades of Eggplant #920165

Tints of Eggplant #920165

Color information

#920165 (or 0x920165) is unknown color: approx Eggplant. HEX triplet: 92, 01 and 65. RGB value is (146,1,101). Sum of RGB (Red+Green+Blue) = 146+1+101=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #920165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920165 is #6DFE9A. Grayscale: #373737. Windows color (decimal): -7208603 or 6619538. OLE color: 6619538.

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

Color convert

RGB1461101-
CMYK00.990.310.43
HSL318.62º98.64%28.82%-
HSV(B)318.62º99.32%57.25%-
XYZ14.217.0712.93-
YUV55.76153.54192.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.87%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=58.87%
G=0.40%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146110100.990.310.43318.6298.6428.82
Hex921650631F2B13f631d
Octal22211450143375347714335
Binary10010010111001010110001111111101011100111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920165; }

 p { color: rgb(146,1,101); }

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

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

 a { background-color: rgb(146,1,101); }

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

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

 span { border-color: rgb(146,1,101); }

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