#940874

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

Shades of Eggplant #940874

Tints of Eggplant #940874

Color information

#940874 (or 0x940874) is unknown color: approx Eggplant. HEX triplet: 94, 08 and 74. RGB value is (148,8,116). Sum of RGB (Red+Green+Blue) = 148+8+116=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #940874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940874 is #6BF78B. Grayscale: #3D3D3D. Windows color (decimal): -7075724 or 7604372. OLE color: 7604372.

HSL color Cylindrical-coordinate representation of color #940874: hue angle of 313.71º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940874 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB1488116-
CMYK00.950.220.42
HSL313.71º89.74%30.59%-
HSV(B)313.71º94.59%58.04%-
XYZ15.457.7317.2-
YUV62.17158.38189.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.41%
GREEN value IS 8 (3.52% from 255) = 2.94%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=54.41%
G=2.94%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148811600.950.220.42313.7189.7430.59
Hex9487405F162A13a5a1f
Octal224101640137265247213237
Binary10010100100011101000101111110110101010100111010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940874; }

 p { color: rgb(148,8,116); }

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

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

 a { background-color: rgb(148,8,116); }

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

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

 span { border-color: rgb(148,8,116); }

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