#9F3C73

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

Shades of Rouge #9F3C73

Tints of Rouge #9F3C73

Color information

#9F3C73 (or 0x9F3C73) is unknown color: approx Rouge. HEX triplet: 9F, 3C and 73. RGB value is (159,60,115). Sum of RGB (Red+Green+Blue) = 159+60+115=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C73 is #60C38C. Grayscale: #5F5F5F. Windows color (decimal): -6341517 or 7552159. OLE color: 7552159.

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

Color convert

RGB15960115-
CMYK00.620.280.38
HSL326.67º45.21%42.94%-
HSV(B)326.67º62.26%62.35%-
XYZ19.0111.8417.5-
YUV95.87138.8173.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.60%
GREEN value IS 60 (23.83% from 255) = 17.96%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=47.60%
G=17.96%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596011500.620.280.38326.6745.2142.94
Hex9F3C7303E1C261472d2b
Octal2377416307634465075553
Binary100111111111001110011011111011100100110101000111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,60,115); }

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

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

 a { background-color: rgb(159,60,115); }

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

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

 span { border-color: rgb(159,60,115); }

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