#9C126B

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

Shades of Eggplant #9C126B

Tints of Eggplant #9C126B

Color information

#9C126B (or 0x9C126B) is unknown color: approx Eggplant. HEX triplet: 9C, 12 and 6B. RGB value is (156,18,107). Sum of RGB (Red+Green+Blue) = 156+18+107=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C126B is #63ED94. Grayscale: #454545. Windows color (decimal): -6548885 or 7017116. OLE color: 7017116.

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

Color convert

RGB15618107-
CMYK00.880.310.39
HSL321.3º79.31%34.12%-
HSV(B)321.3º88.46%61.18%-
XYZ16.588.5614.69-
YUV69.41149.22189.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.52%
GREEN value IS 18 (7.42% from 255) = 6.41%
BLUE value IS 107 (42.19% from 255) = 38.08%
R=55.52%
G=6.41%
B=38.08%

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
Decimal1561810700.880.310.39321.379.3134.12
Hex9C126B0581F271414f22
Octal234221530130374750111742
Binary1001110010010110101101011000111111001111010000011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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