#9E0D6B

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

Shades of Eggplant #9E0D6B

Tints of Eggplant #9E0D6B

Color information

#9E0D6B (or 0x9E0D6B) is unknown color: approx Eggplant. HEX triplet: 9E, 0D and 6B. RGB value is (158,13,107). Sum of RGB (Red+Green+Blue) = 158+13+107=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0D6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0D6B is #61F294. Grayscale: #424242. Windows color (decimal): -6419093 or 7015838. OLE color: 7015838.

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

Color convert

RGB15813107-
CMYK00.920.320.38
HSL321.1º84.8%33.53%-
HSV(B)321.1º91.77%61.96%-
XYZ16.98.6214.68-
YUV67.07150.54192.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.83%
GREEN value IS 13 (5.47% from 255) = 4.68%
BLUE value IS 107 (42.19% from 255) = 38.49%
R=56.83%
G=4.68%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581310700.920.320.38321.184.833.53
Hex9ED6B05C20261415522
Octal236151530134404650112542
Binary1001111011011101011010111001000001001101010000011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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