#9F3C70

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

Shades of Rouge #9F3C70

Tints of Rouge #9F3C70

Color information

#9F3C70 (or 0x9F3C70) is unknown color: approx Rouge. HEX triplet: 9F, 3C and 70. RGB value is (159,60,112). Sum of RGB (Red+Green+Blue) = 159+60+112=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C70 is #60C38F. Grayscale: #5F5F5F. Windows color (decimal): -6341520 or 7355551. OLE color: 7355551.

HSL color Cylindrical-coordinate representation of color #9F3C70: hue angle of 328.48º 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 #9F3C70 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15960112-
CMYK00.620.300.38
HSL328.48º45.21%42.94%-
HSV(B)328.48º62.26%62.35%-
XYZ18.8411.7716.61-
YUV95.53137.3173.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=48.04%
G=18.13%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596011200.620.300.38328.4845.2142.94
Hex9F3C7003E1E261482d2b
Octal2377416007636465105553
Binary100111111111001110000011111011110100110101001000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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