#9A0966

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

Shades of Eggplant #9A0966

Tints of Eggplant #9A0966

Color information

#9A0966 (or 0x9A0966) is unknown color: approx Eggplant. HEX triplet: 9A, 09 and 66. RGB value is (154,9,102). Sum of RGB (Red+Green+Blue) = 154+9+102=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0966 is #65F699. Grayscale: #3E3E3E. Windows color (decimal): -6682266 or 6687130. OLE color: 6687130.

HSL color Cylindrical-coordinate representation of color #9A0966: hue angle of 321.52º 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 #9A0966 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB1549102-
CMYK00.940.340.40
HSL321.52º88.96%31.96%-
HSV(B)321.52º94.16%60.39%-
XYZ15.828.0213.29-
YUV62.96150.04192.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.11%
GREEN value IS 9 (3.91% from 255) = 3.40%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=58.11%
G=3.40%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154910200.940.340.40321.5288.9631.96
Hex9A96605E22281425920
Octal232111460136425050213140
Binary1001101010011100110010111101000101010001010000101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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