#9B0760

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

Shades of Eggplant #9B0760

Tints of Eggplant #9B0760

Color information

#9B0760 (or 0x9B0760) is unknown color: approx Eggplant. HEX triplet: 9B, 07 and 60. RGB value is (155,7,96). Sum of RGB (Red+Green+Blue) = 155+7+96=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0760 is #64F89F. Grayscale: #3D3D3D. Windows color (decimal): -6617248 or 6293403. OLE color: 6293403.

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

Color convert

RGB155796-
CMYK00.950.380.39
HSL323.92º91.36%31.76%-
HSV(B)323.92º95.48%60.78%-
XYZ15.77.9711.78-
YUV61.4147.53194.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.08%
GREEN value IS 7 (3.12% from 255) = 2.71%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=60.08%
G=2.71%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15579600.950.380.39323.9291.3631.76
Hex9B76005F26271445b20
Octal23371400137464750413340
Binary100110111111100000010111111001101001111010001001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,7,96); }

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

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

 a { background-color: rgb(155,7,96); }

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

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

 span { border-color: rgb(155,7,96); }

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