#9A0274

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

Shades of Eggplant #9A0274

Tints of Eggplant #9A0274

Color information

#9A0274 (or 0x9A0274) is unknown color: approx Eggplant. HEX triplet: 9A, 02 and 74. RGB value is (154,2,116). Sum of RGB (Red+Green+Blue) = 154+2+116=272 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.62% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0274 is #65FD8B. Grayscale: #3C3C3C. Windows color (decimal): -6684044 or 7602842. OLE color: 7602842.

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

Color convert

RGB1542116-
CMYK00.990.250.40
HSL315º97.44%30.59%-
HSV(B)315º98.7%60.39%-
XYZ16.58.1717.23-
YUV60.44159.36194.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.62%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=56.62%
G=0.74%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154211600.990.250.4031597.4430.59
Hex9A274063192813b611f
Octal23221640143315047314137
Binary100110101011101000110001111001101000100111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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