#940D72

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

Shades of Eggplant #940D72

Tints of Eggplant #940D72

Color information

#940D72 (or 0x940D72) is unknown color: approx Eggplant. HEX triplet: 94, 0D and 72. RGB value is (148,13,114). Sum of RGB (Red+Green+Blue) = 148+13+114=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #940D72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D72 is #6BF28D. Grayscale: #404040. Windows color (decimal): -7074446 or 7474580. OLE color: 7474580.

HSL color Cylindrical-coordinate representation of color #940D72: hue angle of 315.11º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940D72 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB14813114-
CMYK00.910.230.42
HSL315.11º83.85%31.57%-
HSV(B)315.11º91.22%58.04%-
XYZ15.397.816.61-
YUV64.88155.73187.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.82%
GREEN value IS 13 (5.47% from 255) = 4.73%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=53.82%
G=4.73%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481311400.910.230.42315.1183.8531.57
Hex94D7205B172A13b5420
Octal224151620133275247312440
Binary100101001101111001001011011101111010101001110111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940D72; }

 p { color: rgb(148,13,114); }

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

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

 a { background-color: rgb(148,13,114); }

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

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

 span { border-color: rgb(148,13,114); }

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