#9A3C74

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

Shades of Rouge #9A3C74

Tints of Rouge #9A3C74

Color information

#9A3C74 (or 0x9A3C74) is unknown color: approx Rouge. HEX triplet: 9A, 3C and 74. RGB value is (154,60,116). Sum of RGB (Red+Green+Blue) = 154+60+116=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C74 is #65C38B. Grayscale: #5E5E5E. Windows color (decimal): -6669196 or 7617690. OLE color: 7617690.

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

Color convert

RGB15460116-
CMYK00.610.250.40
HSL324.26º43.93%41.96%-
HSV(B)324.26º61.04%60.39%-
XYZ18.0911.3617.76-
YUV94.49140.14170.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.67%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=46.67%
G=18.18%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546011600.610.250.40324.2643.9341.96
Hex9A3C7403D19281442c2a
Octal2327416407531505045452
Binary100110101111001110100011110111001101000101000100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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