#9A3E73

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

Shades of Rouge #9A3E73

Tints of Rouge #9A3E73

Color information

#9A3E73 (or 0x9A3E73) is unknown color: approx Rouge. HEX triplet: 9A, 3E and 73. RGB value is (154,62,115). Sum of RGB (Red+Green+Blue) = 154+62+115=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3E73 is #65C18C. Grayscale: #5F5F5F. Windows color (decimal): -6668685 or 7552666. OLE color: 7552666.

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

Color convert

RGB15462115-
CMYK00.600.250.40
HSL325.43º42.59%42.35%-
HSV(B)325.43º59.74%60.39%-
XYZ18.1411.5517.49-
YUV95.55138.98169.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 62 (24.61% from 255) = 18.73%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=46.53%
G=18.73%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546211500.600.250.40325.4342.5942.35
Hex9A3E7303C19281452b2a
Octal2327616307431505055352
Binary100110101111101110011011110011001101000101000101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,62,115); }

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

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

 a { background-color: rgb(154,62,115); }

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

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

 span { border-color: rgb(154,62,115); }

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