#9B126A

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

Shades of Eggplant #9B126A

Tints of Eggplant #9B126A

Color information

#9B126A (or 0x9B126A) is unknown color: approx Eggplant. HEX triplet: 9B, 12 and 6A. RGB value is (155,18,106). Sum of RGB (Red+Green+Blue) = 155+18+106=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B126A is #64ED95. Grayscale: #444444. Windows color (decimal): -6614422 or 6951579. OLE color: 6951579.

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

Color convert

RGB15518106-
CMYK00.880.320.39
HSL321.46º79.19%33.92%-
HSV(B)321.46º88.39%60.78%-
XYZ16.348.4414.4-
YUV69148.89189.34-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=55.56%
G=6.45%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551810600.880.320.39321.4679.1933.92
Hex9B126A05820271414f22
Octal233221520130404750111742
Binary10011011100101101010010110001000001001111010000011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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