#9A1374

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

Shades of Eggplant #9A1374

Tints of Eggplant #9A1374

Color information

#9A1374 (or 0x9A1374) is unknown color: approx Eggplant. HEX triplet: 9A, 13 and 74. RGB value is (154,19,116). Sum of RGB (Red+Green+Blue) = 154+19+116=289 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.29% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1374 is #65EC8B. Grayscale: #464646. Windows color (decimal): -6679692 or 7607194. OLE color: 7607194.

HSL color Cylindrical-coordinate representation of color #9A1374: hue angle of 316.89º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1374 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB15419116-
CMYK00.880.250.40
HSL316.89º78.03%33.92%-
HSV(B)316.89º87.66%60.39%-
XYZ16.718.617.3-
YUV70.42153.73187.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.29%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 116 (45.70% from 255) = 40.14%
R=53.29%
G=6.57%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541911600.880.250.40316.8978.0333.92
Hex9A1374058192813d4e22
Octal232231640130315047511642
Binary1001101010011111010001011000110011010001001111011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1374; }

 p { color: rgb(154,19,116); }

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

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

 a { background-color: rgb(154,19,116); }

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

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

 span { border-color: rgb(154,19,116); }

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