#920566

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

Shades of Eggplant #920566

Tints of Eggplant #920566

Color information

#920566 (or 0x920566) is unknown color: approx Eggplant. HEX triplet: 92, 05 and 66. RGB value is (146,5,102). Sum of RGB (Red+Green+Blue) = 146+5+102=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #920566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920566 is #6DFA99. Grayscale: #393939. Windows color (decimal): -7207578 or 6686098. OLE color: 6686098.

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

Color convert

RGB1465102-
CMYK00.970.300.43
HSL318.72º93.38%29.61%-
HSV(B)318.72º96.58%57.25%-
XYZ14.317.1813.2-
YUV58.22152.71190.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.71%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=57.71%
G=1.98%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146510200.970.300.43318.7293.3829.61
Hex925660611E2B13f5d1e
Octal22251460141365347713536
Binary1001001010111001100110000111110101011100111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920566; }

 p { color: rgb(146,5,102); }

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

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

 a { background-color: rgb(146,5,102); }

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

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

 span { border-color: rgb(146,5,102); }

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