#9A3C71

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

Shades of Rouge #9A3C71

Tints of Rouge #9A3C71

Color information

#9A3C71 (or 0x9A3C71) is unknown color: approx Rouge. HEX triplet: 9A, 3C and 71. RGB value is (154,60,113). Sum of RGB (Red+Green+Blue) = 154+60+113=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C71 is #65C38E. Grayscale: #5E5E5E. Windows color (decimal): -6669199 or 7421082. OLE color: 7421082.

HSL color Cylindrical-coordinate representation of color #9A3C71: hue angle of 326.17º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A3C71 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15460113-
CMYK00.610.270.40
HSL326.17º43.93%41.96%-
HSV(B)326.17º61.04%60.39%-
XYZ17.9211.2916.86-
YUV94.15138.64170.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.09%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=47.09%
G=18.35%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546011300.610.270.40326.1743.9341.96
Hex9A3C7103D1B281462c2a
Octal2327416107533505065452
Binary100110101111001110001011110111011101000101000110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,60,113); }

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

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

 a { background-color: rgb(154,60,113); }

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

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

 span { border-color: rgb(154,60,113); }

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