#9E396F

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

Shades of Rouge #9E396F

Tints of Rouge #9E396F

Color information

#9E396F (or 0x9E396F) is unknown color: approx Rouge. HEX triplet: 9E, 39 and 6F. RGB value is (158,57,111). Sum of RGB (Red+Green+Blue) = 158+57+111=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E396F is #61C690. Grayscale: #5D5D5D. Windows color (decimal): -6407825 or 7289246. OLE color: 7289246.

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

Color convert

RGB15857111-
CMYK00.640.300.38
HSL327.92º46.98%42.16%-
HSV(B)327.92º63.92%61.96%-
XYZ18.4311.3416.26-
YUV93.35137.96174.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=48.47%
G=17.48%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585711100.640.300.38327.9246.9842.16
Hex9E396F0401E261482f2a
Octal23671157010036465105752
Binary1001111011100111011110100000011110100110101001000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,57,111); }

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

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

 a { background-color: rgb(158,57,111); }

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

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

 span { border-color: rgb(158,57,111); }

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