#920077

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

Shades of Eggplant #920077

Tints of Eggplant #920077

Color information

#920077 (or 0x920077) is unknown color: approx Eggplant. HEX triplet: 92, 00 and 77. RGB value is (146,0,119). Sum of RGB (Red+Green+Blue) = 146+0+119=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #920077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920077 is #6DFF88. Grayscale: #383838. Windows color (decimal): -7208841 or 7798930. OLE color: 7798930.

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

Color convert

RGB1460119-
CMYK010.180.43
HSL311.1º100%28.63%-
HSV(B)311.1º100%57.25%-
XYZ15.187.4418.09-
YUV57.22162.87191.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=55.09%
G=0%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1460119010.180.43311.110028.63
Hex92077064122B137641d
Octal22201670144225346714435
Binary10010010011101110110010010010101011100110111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920077; }

 p { color: rgb(146,0,119); }

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

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

 a { background-color: rgb(146,0,119); }

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

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

 span { border-color: rgb(146,0,119); }

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