#9B0660

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

Shades of Eggplant #9B0660

Tints of Eggplant #9B0660

Color information

#9B0660 (or 0x9B0660) is unknown color: approx Eggplant. HEX triplet: 9B, 06 and 60. RGB value is (155,6,96). Sum of RGB (Red+Green+Blue) = 155+6+96=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0660 is #64F99F. Grayscale: #3C3C3C. Windows color (decimal): -6617504 or 6293147. OLE color: 6293147.

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

Color convert

RGB155696-
CMYK00.960.380.39
HSL323.76º92.55%31.57%-
HSV(B)323.76º96.13%60.78%-
XYZ15.697.9411.77-
YUV60.81147.86195.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.31%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=60.31%
G=2.33%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15569600.960.380.39323.7692.5531.57
Hex9B66006026271445d20
Octal23361400140464750413540
Binary100110111101100000011000001001101001111010001001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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