#940B77

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

Shades of Eggplant #940B77

Tints of Eggplant #940B77

Color information

#940B77 (or 0x940B77) is unknown color: approx Eggplant. HEX triplet: 94, 0B and 77. RGB value is (148,11,119). Sum of RGB (Red+Green+Blue) = 148+11+119=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #940B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940B77 is #6BF488. Grayscale: #3F3F3F. Windows color (decimal): -7074953 or 7801748. OLE color: 7801748.

HSL color Cylindrical-coordinate representation of color #940B77: hue angle of 312.7º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940B77 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14811119-
CMYK00.930.200.42
HSL312.7º86.16%31.18%-
HSV(B)312.7º92.57%58.04%-
XYZ15.667.8718.15-
YUV64.27158.89187.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.24%
GREEN value IS 11 (4.69% from 255) = 3.96%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=53.24%
G=3.96%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481111900.930.200.42312.786.1631.18
Hex94B7705D142A139561f
Octal224131670135245247112637
Binary10010100101111101110101110110100101010100111001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,11,119); }

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

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

 a { background-color: rgb(148,11,119); }

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

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

 span { border-color: rgb(148,11,119); }

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