#9E036B

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

Shades of Eggplant #9E036B

Tints of Eggplant #9E036B

Color information

#9E036B (or 0x9E036B) is unknown color: approx Eggplant. HEX triplet: 9E, 03 and 6B. RGB value is (158,3,107). Sum of RGB (Red+Green+Blue) = 158+3+107=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E036B is #61FC94. Grayscale: #3C3C3C. Windows color (decimal): -6421653 or 7013278. OLE color: 7013278.

HSL color Cylindrical-coordinate representation of color #9E036B: hue angle of 319.74º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E036B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB1583107-
CMYK00.980.320.38
HSL319.74º96.27%31.57%-
HSV(B)319.74º98.1%61.96%-
XYZ16.798.414.65-
YUV61.2153.85197.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.96%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=58.96%
G=1.12%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158310700.980.320.38319.7496.2731.57
Hex9E36B06220261406020
Octal23631530142404650014040
Binary10011110111101011011000101000001001101010000001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,3,107); }

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

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

 a { background-color: rgb(158,3,107); }

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

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

 span { border-color: rgb(158,3,107); }

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