#920476

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

Shades of Eggplant #920476

Tints of Eggplant #920476

Color information

#920476 (or 0x920476) is unknown color: approx Eggplant. HEX triplet: 92, 04 and 76. RGB value is (146,4,118). Sum of RGB (Red+Green+Blue) = 146+4+118=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #920476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920476 is #6DFB89. Grayscale: #3B3B3B. Windows color (decimal): -7207818 or 7734418. OLE color: 7734418.

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

Color convert

RGB1464118-
CMYK00.970.190.43
HSL311.83º94.67%29.41%-
HSV(B)311.83º97.26%57.25%-
XYZ15.177.5117.79-
YUV59.45161.04189.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.48%
GREEN value IS 4 (1.95% from 255) = 1.49%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=54.48%
G=1.49%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146411800.970.190.43311.8394.6729.41
Hex92476061132B1385f1d
Octal22241660141235347013735
Binary1001001010011101100110000110011101011100111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920476; }

 p { color: rgb(146,4,118); }

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

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

 a { background-color: rgb(146,4,118); }

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

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

 span { border-color: rgb(146,4,118); }

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