#9B126B

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

Shades of Eggplant #9B126B

Tints of Eggplant #9B126B

Color information

#9B126B (or 0x9B126B) is unknown color: approx Eggplant. HEX triplet: 9B, 12 and 6B. RGB value is (155,18,107). Sum of RGB (Red+Green+Blue) = 155+18+107=280 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.36% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 155 - color contains mainly: red. Hex color #9B126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B126B is #64ED94. Grayscale: #444444. Windows color (decimal): -6614421 or 7017115. OLE color: 7017115.

HSL color Cylindrical-coordinate representation of color #9B126B: hue angle of 321.02º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B126B is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB15518107-
CMYK00.880.310.39
HSL321.02º79.19%33.92%-
HSV(B)321.02º88.39%60.78%-
XYZ16.398.4614.68-
YUV69.11149.39189.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.36%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=55.36%
G=6.43%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551810700.880.310.39321.0279.1933.92
Hex9B126B0581F271414f22
Octal233221530130374750111742
Binary1001101110010110101101011000111111001111010000011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,18,107); }

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

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

 a { background-color: rgb(155,18,107); }

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

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

 span { border-color: rgb(155,18,107); }

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