#9F3E72

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

Shades of Rouge #9F3E72

Tints of Rouge #9F3E72

Color information

#9F3E72 (or 0x9F3E72) is unknown color: approx Rouge. HEX triplet: 9F, 3E and 72. RGB value is (159,62,114). Sum of RGB (Red+Green+Blue) = 159+62+114=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3E72 is #60C18D. Grayscale: #606060. Windows color (decimal): -6341006 or 7487135. OLE color: 7487135.

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

Color convert

RGB15962114-
CMYK00.610.280.38
HSL327.84º43.89%43.33%-
HSV(B)327.84º61.01%62.35%-
XYZ19.0612.0317.24-
YUV96.93137.64172.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 62 (24.61% from 255) = 18.51%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=47.46%
G=18.51%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596211400.610.280.38327.8443.8943.33
Hex9F3E7203D1C261482c2b
Octal2377616207534465105453
Binary100111111111101110010011110111100100110101001000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,62,114); }

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

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

 a { background-color: rgb(159,62,114); }

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

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

 span { border-color: rgb(159,62,114); }

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