#9B0A7B

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

Shades of Eggplant #9B0A7B

Tints of Eggplant #9B0A7B

Color information

#9B0A7B (or 0x9B0A7B) is unknown color: approx Eggplant. HEX triplet: 9B, 0A and 7B. RGB value is (155,10,123). Sum of RGB (Red+Green+Blue) = 155+10+123=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0A7B is #64F584. Grayscale: #414141. Windows color (decimal): -6616453 or 8063643. OLE color: 8063643.

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

Color convert

RGB15510123-
CMYK00.940.210.39
HSL313.24º87.88%32.35%-
HSV(B)313.24º93.55%60.78%-
XYZ17.28.6219.5-
YUV66.24160.04191.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.82%
GREEN value IS 10 (4.30% from 255) = 3.47%
BLUE value IS 123 (48.44% from 255) = 42.71%
R=53.82%
G=3.47%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551012300.940.210.39313.2487.8832.35
Hex9BA7B05E15271395820
Octal233121730136254747113040
Binary100110111010111101101011110101011001111001110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,10,123); }

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

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

 a { background-color: rgb(155,10,123); }

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

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

 span { border-color: rgb(155,10,123); }

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