#9F3165

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

Shades of Rouge #9F3165

Tints of Rouge #9F3165

Color information

#9F3165 (or 0x9F3165) is unknown color: approx Rouge. HEX triplet: 9F, 31 and 65. RGB value is (159,49,101). Sum of RGB (Red+Green+Blue) = 159+49+101=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3165 is #60CE9A. Grayscale: #575757. Windows color (decimal): -6344347 or 6631839. OLE color: 6631839.

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

Color convert

RGB15949101-
CMYK00.690.360.38
HSL331.64º52.88%40.78%-
HSV(B)331.64º69.18%62.35%-
XYZ17.7510.5113.4-
YUV87.82135.44178.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.46%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 101 (39.84% from 255) = 32.69%
R=51.46%
G=15.86%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594910100.690.360.38331.6452.8840.78
Hex9F3165045242614c3529
Octal23761145010544465146551
Binary10011111110001110010101000101100100100110101001100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,49,101); }

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

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

 a { background-color: rgb(159,49,101); }

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

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

 span { border-color: rgb(159,49,101); }

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