#940171

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

Shades of Eggplant #940171

Tints of Eggplant #940171

Color information

#940171 (or 0x940171) is unknown color: approx Eggplant. HEX triplet: 94, 01 and 71. RGB value is (148,1,113). Sum of RGB (Red+Green+Blue) = 148+1+113=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #940171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940171 is #6BFE8E. Grayscale: #393939. Windows color (decimal): -7077519 or 7405972. OLE color: 7405972.

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

Color convert

RGB1481113-
CMYK00.990.240.42
HSL314.29º98.66%29.22%-
HSV(B)314.29º99.32%58.04%-
XYZ15.27.5116.27-
YUV57.72159.2192.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=56.49%
G=0.38%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148111300.990.240.42314.2998.6629.22
Hex94171063182A13a631d
Octal22411610143305247214335
Binary10010100111100010110001111000101010100111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940171; }

 p { color: rgb(148,1,113); }

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

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

 a { background-color: rgb(148,1,113); }

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

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

 span { border-color: rgb(148,1,113); }

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