#9B046C

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

Shades of Eggplant #9B046C

Tints of Eggplant #9B046C

Color information

#9B046C (or 0x9B046C) is unknown color: approx Eggplant. HEX triplet: 9B, 04 and 6C. RGB value is (155,4,108). Sum of RGB (Red+Green+Blue) = 155+4+108=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 4 (1.95% from 255 or 1.50% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B046C is #64FB93. Grayscale: #3C3C3C. Windows color (decimal): -6618004 or 7079067. OLE color: 7079067.

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

Color convert

RGB1554108-
CMYK00.970.300.39
HSL318.68º94.97%31.18%-
HSV(B)318.68º97.42%60.78%-
XYZ16.278.1414.9-
YUV61154.53195.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.05%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=58.05%
G=1.50%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155410800.970.300.39318.6894.9731.18
Hex9B46C0611E2713f5f1f
Octal23341540141364747713737
Binary1001101110011011000110000111110100111100111111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,4,108); }

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

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

 a { background-color: rgb(155,4,108); }

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

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

 span { border-color: rgb(155,4,108); }

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