#9B096A

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

Shades of Eggplant #9B096A

Tints of Eggplant #9B096A

Color information

#9B096A (or 0x9B096A) is unknown color: approx Eggplant. HEX triplet: 9B, 09 and 6A. RGB value is (155,9,106). Sum of RGB (Red+Green+Blue) = 155+9+106=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B096A is #64F695. Grayscale: #3F3F3F. Windows color (decimal): -6616726 or 6949275. OLE color: 6949275.

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

Color convert

RGB1559106-
CMYK00.940.320.39
HSL320.14º89.02%32.16%-
HSV(B)320.14º94.19%60.78%-
XYZ16.228.214.36-
YUV63.71151.87193.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.41%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=57.41%
G=3.33%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155910600.940.320.39320.1489.0232.16
Hex9B96A05E20271405920
Octal233111520136404750013140
Binary1001101110011101010010111101000001001111010000001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,9,106); }

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

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

 a { background-color: rgb(155,9,106); }

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

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

 span { border-color: rgb(155,9,106); }

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