#94016F

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

Shades of Eggplant #94016F

Tints of Eggplant #94016F

Color information

#94016F (or 0x94016F) is unknown color: approx Eggplant. HEX triplet: 94, 01 and 6F. RGB value is (148,1,111). Sum of RGB (Red+Green+Blue) = 148+1+111=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94016F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94016F is #6BFE90. Grayscale: #393939. Windows color (decimal): -7077521 or 7274900. OLE color: 7274900.

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

Color convert

RGB1481111-
CMYK00.990.250.42
HSL315.1º98.66%29.22%-
HSV(B)315.1º99.32%58.04%-
XYZ15.097.4715.68-
YUV57.49158.2192.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=56.92%
G=0.38%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148111100.990.250.42315.198.6629.22
Hex9416F063192A13b631d
Octal22411570143315247314335
Binary10010100111011110110001111001101010100111011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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