#9B096D

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

Shades of Eggplant #9B096D

Tints of Eggplant #9B096D

Color information

#9B096D (or 0x9B096D) is unknown color: approx Eggplant. HEX triplet: 9B, 09 and 6D. RGB value is (155,9,109). Sum of RGB (Red+Green+Blue) = 155+9+109=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B096D is #64F692. Grayscale: #3F3F3F. Windows color (decimal): -6616723 or 7145883. OLE color: 7145883.

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

Color convert

RGB1559109-
CMYK00.940.300.39
HSL318.9º89.02%32.16%-
HSV(B)318.9º94.19%60.78%-
XYZ16.388.2715.2-
YUV64.05153.37192.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 109 (42.97% from 255) = 39.93%
R=56.78%
G=3.30%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155910900.940.300.39318.989.0232.16
Hex9B96D05E1E2713f5920
Octal233111550136364747713140
Binary100110111001110110101011110111101001111001111111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B096D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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