#9E3472

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

Shades of Rouge #9E3472

Tints of Rouge #9E3472

Color information

#9E3472 (or 0x9E3472) is unknown color: approx Rouge. HEX triplet: 9E, 34 and 72. RGB value is (158,52,114). Sum of RGB (Red+Green+Blue) = 158+52+114=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3472 is #61CB8D. Grayscale: #5A5A5A. Windows color (decimal): -6409102 or 7484574. OLE color: 7484574.

HSL color Cylindrical-coordinate representation of color #9E3472: hue angle of 324.91º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9E3472 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15852114-
CMYK00.670.280.38
HSL324.91º50.48%41.18%-
HSV(B)324.91º67.09%61.96%-
XYZ18.3710.9417.06-
YUV90.76141.12175.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.77%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 114 (44.92% from 255) = 35.19%
R=48.77%
G=16.05%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585211400.670.280.38324.9150.4841.18
Hex9E34720431C261453229
Octal23664162010334465056251
Binary1001111011010011100100100001111100100110101000101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,52,114); }

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

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

 a { background-color: rgb(158,52,114); }

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

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

 span { border-color: rgb(158,52,114); }

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