#941370

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

Shades of Eggplant #941370

Tints of Eggplant #941370

Color information

#941370 (or 0x941370) is unknown color: approx Eggplant. HEX triplet: 94, 13 and 70. RGB value is (148,19,112). Sum of RGB (Red+Green+Blue) = 148+19+112=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #941370 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941370 is #6BEC8F. Grayscale: #434343. Windows color (decimal): -7072912 or 7345044. OLE color: 7345044.

HSL color Cylindrical-coordinate representation of color #941370: hue angle of 316.74º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941370 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14819112-
CMYK00.870.240.42
HSL316.74º77.25%32.75%-
HSV(B)316.74º87.16%58.04%-
XYZ15.377.9316.05-
YUV68.17152.74184.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=53.05%
G=6.81%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481911200.870.240.42316.7477.2532.75
Hex941370057182A13d4d21
Octal224231600127305247511541
Binary1001010010011111000001010111110001010101001111011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941370; }

 p { color: rgb(148,19,112); }

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

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

 a { background-color: rgb(148,19,112); }

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

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

 span { border-color: rgb(148,19,112); }

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