#9f3e6e

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

Shades of Rouge #9F3E6E

Tints of Rouge #9F3E6E

Color information

#9F3E6E (or 0x9F3E6E) is unknown color: approx Rouge. HEX triplet: 9F, 3E and 6E. RGB value is (159,62,110). Sum of RGB (Red+Green+Blue) = 159+62+110=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3E6E is #60C191. Grayscale: #606060. Windows color (decimal): -6341010 or 7224991. OLE color: 7224991.

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

Color convert

RGB15962110-
CMYK00.610.310.38
HSL330.31º43.89%43.33%-
HSV(B)330.31º61.01%62.35%-
XYZ18.8411.9416.06-
YUV96.48135.64172.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 62 (24.61% from 255) = 18.73%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=48.04%
G=18.73%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596211000.610.310.38330.3143.8943.33
Hex9F3E6E03D1F2614a2c2b
Octal2377615607537465125453
Binary100111111111101101110011110111111100110101001010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f3e6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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