#9b036f

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

Shades of Eggplant #9B036F

Tints of Eggplant #9B036F

Color information

#9B036F (or 0x9B036F) is unknown color: approx Eggplant. HEX triplet: 9B, 03 and 6F. RGB value is (155,3,111). Sum of RGB (Red+Green+Blue) = 155+3+111=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B036F is #64FC90. Grayscale: #3C3C3C. Windows color (decimal): -6618257 or 7275419. OLE color: 7275419.

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

Color convert

RGB1553111-
CMYK00.980.280.39
HSL317.37º96.2%30.98%-
HSV(B)317.37º98.06%60.78%-
XYZ16.428.1815.75-
YUV60.76156.36195.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.62%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=57.62%
G=1.12%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155311100.980.280.39317.3796.230.98
Hex9B36F0621C2713d601f
Octal23331570142344747514037
Binary100110111111011110110001011100100111100111101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b036f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,3,111); }

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

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

 a { background-color: rgb(155,3,111); }

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

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

 span { border-color: rgb(155,3,111); }

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