#941264

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

Shades of Eggplant #941264

Tints of Eggplant #941264

Color information

#941264 (or 0x941264) is unknown color: approx Eggplant. HEX triplet: 94, 12 and 64. RGB value is (148,18,100). Sum of RGB (Red+Green+Blue) = 148+18+100=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #941264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941264 is #6BED9B. Grayscale: #424242. Windows color (decimal): -7073180 or 6558356. OLE color: 6558356.

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

Color convert

RGB14818100-
CMYK00.880.320.42
HSL322.15º78.31%32.55%-
HSV(B)322.15º87.84%58.04%-
XYZ14.737.6512.76-
YUV66.22147.07186.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.64%
GREEN value IS 18 (7.42% from 255) = 6.77%
BLUE value IS 100 (39.45% from 255) = 37.59%
R=55.64%
G=6.77%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481810000.880.320.42322.1578.3132.55
Hex941264058202A1424e21
Octal224221440130405250211641
Binary10010100100101100100010110001000001010101010000101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941264; }

 p { color: rgb(148,18,100); }

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

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

 a { background-color: rgb(148,18,100); }

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

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

 span { border-color: rgb(148,18,100); }

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