#94077A

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

Shades of Eggplant #94077A

Tints of Eggplant #94077A

Color information

#94077A (or 0x94077A) is unknown color: approx Eggplant. HEX triplet: 94, 07 and 7A. RGB value is (148,7,122). Sum of RGB (Red+Green+Blue) = 148+7+122=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #94077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94077A is #6BF885. Grayscale: #3D3D3D. Windows color (decimal): -7075974 or 7997332. OLE color: 7997332.

HSL color Cylindrical-coordinate representation of color #94077A: hue angle of 311.06º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94077A is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB1487122-
CMYK00.950.180.42
HSL311.06º90.97%30.39%-
HSV(B)311.06º95.27%58.04%-
XYZ15.87.8519.1-
YUV62.27161.71189.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 7 (3.12% from 255) = 2.53%
BLUE value IS 122 (48.05% from 255) = 44.04%
R=53.43%
G=2.53%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148712200.950.180.42311.0690.9730.39
Hex9477A05F122A1375b1e
Octal22471720137225246713336
Binary1001010011111110100101111110010101010100110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94077A; }

 p { color: rgb(148,7,122); }

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

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

 a { background-color: rgb(148,7,122); }

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

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

 span { border-color: rgb(148,7,122); }

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