#9E4079

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

Shades of Rouge #9E4079

Tints of Rouge #9E4079

Color information

#9E4079 (or 0x9E4079) is unknown color: approx Rouge. HEX triplet: 9E, 40 and 79. RGB value is (158,64,121). Sum of RGB (Red+Green+Blue) = 158+64+121=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4079 is #61BF86. Grayscale: #626262. Windows color (decimal): -6406023 or 7946398. OLE color: 7946398.

HSL color Cylindrical-coordinate representation of color #9E4079: hue angle of 323.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4079 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB15864121-
CMYK00.590.230.38
HSL323.62º42.34%43.53%-
HSV(B)323.62º59.49%61.96%-
XYZ19.3912.3219.44-
YUV98.6140.64170.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.06%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 121 (47.66% from 255) = 35.28%
R=46.06%
G=18.66%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586412100.590.230.38323.6242.3443.53
Hex9E407903B17261442a2c
Octal23610017107327465045254
Binary1001111010000001111001011101110111100110101000100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,64,121); }

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

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

 a { background-color: rgb(158,64,121); }

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

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

 span { border-color: rgb(158,64,121); }

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