#9B0677

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

Shades of Eggplant #9B0677

Tints of Eggplant #9B0677

Color information

#9B0677 (or 0x9B0677) is unknown color: approx Eggplant. HEX triplet: 9B, 06 and 77. RGB value is (155,6,119). Sum of RGB (Red+Green+Blue) = 155+6+119=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0677 is #64F988. Grayscale: #3F3F3F. Windows color (decimal): -6617481 or 7800475. OLE color: 7800475.

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

Color convert

RGB1556119-
CMYK00.960.230.39
HSL314.5º92.55%31.57%-
HSV(B)314.5º96.13%60.78%-
XYZ16.918.4318.19-
YUV63.43159.36193.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.36%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 119 (46.88% from 255) = 42.5%
R=55.36%
G=2.14%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155611900.960.230.39314.592.5531.57
Hex9B677060172713a5d20
Octal23361670140274747213540
Binary10011011110111011101100000101111001111001110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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