#94016E

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

Shades of Eggplant #94016E

Tints of Eggplant #94016E

Color information

#94016E (or 0x94016E) is unknown color: approx Eggplant. HEX triplet: 94, 01 and 6E. RGB value is (148,1,110). Sum of RGB (Red+Green+Blue) = 148+1+110=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94016E is #6BFE91. Grayscale: #393939. Windows color (decimal): -7077522 or 7209364. OLE color: 7209364.

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

Color convert

RGB1481110-
CMYK00.990.260.42
HSL315.51º98.66%29.22%-
HSV(B)315.51º99.32%58.04%-
XYZ15.047.4415.4-
YUV57.38157.7192.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=57.14%
G=0.39%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148111000.990.260.42315.5198.6629.22
Hex9416E0631A2A13c631d
Octal22411560143325247414335
Binary10010100111011100110001111010101010100111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94016E; }

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

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

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

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

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

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

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

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