#940170

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

Shades of Eggplant #940170

Tints of Eggplant #940170

Color information

#940170 (or 0x940170) is unknown color: approx Eggplant. HEX triplet: 94, 01 and 70. RGB value is (148,1,112). Sum of RGB (Red+Green+Blue) = 148+1+112=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #940170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940170 is #6BFE8F. Grayscale: #393939. Windows color (decimal): -7077520 or 7340436. OLE color: 7340436.

HSL color Cylindrical-coordinate representation of color #940170: hue angle of 314.69º 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 #940170 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB1481112-
CMYK00.990.240.42
HSL314.69º98.66%29.22%-
HSV(B)314.69º99.32%58.04%-
XYZ15.157.4915.98-
YUV57.61158.7192.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=56.70%
G=0.38%
B=42.91%

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
Decimal148111200.990.240.42314.6998.6629.22
Hex94170063182A13b631d
Octal22411600143305247314335
Binary10010100111100000110001111000101010100111011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940170; }

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

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

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

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

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

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

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

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