#9A0964

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

Shades of Eggplant #9A0964

Tints of Eggplant #9A0964

Color information

#9A0964 (or 0x9A0964) is unknown color: approx Eggplant. HEX triplet: 9A, 09 and 64. RGB value is (154,9,100). Sum of RGB (Red+Green+Blue) = 154+9+100=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0964 is #65F69B. Grayscale: #3E3E3E. Windows color (decimal): -6682268 or 6556058. OLE color: 6556058.

HSL color Cylindrical-coordinate representation of color #9A0964: hue angle of 322.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0964 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB1549100-
CMYK00.940.350.40
HSL322.34º88.96%31.96%-
HSV(B)322.34º94.16%60.39%-
XYZ15.727.9912.77-
YUV62.73149.04193.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.56%
GREEN value IS 9 (3.91% from 255) = 3.42%
BLUE value IS 100 (39.45% from 255) = 38.02%
R=58.56%
G=3.42%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154910000.940.350.40322.3488.9631.96
Hex9A96405E23281425920
Octal232111440136435050213140
Binary1001101010011100100010111101000111010001010000101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,9,100); }

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

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

 a { background-color: rgb(154,9,100); }

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

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

 span { border-color: rgb(154,9,100); }

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