#9A3C72

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

Shades of Rouge #9A3C72

Tints of Rouge #9A3C72

Color information

#9A3C72 (or 0x9A3C72) is unknown color: approx Rouge. HEX triplet: 9A, 3C and 72. RGB value is (154,60,114). Sum of RGB (Red+Green+Blue) = 154+60+114=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C72 is #65C38D. Grayscale: #5E5E5E. Windows color (decimal): -6669198 or 7486618. OLE color: 7486618.

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

Color convert

RGB15460114-
CMYK00.610.260.40
HSL325.53º43.93%41.96%-
HSV(B)325.53º61.04%60.39%-
XYZ17.9811.3217.16-
YUV94.26139.14170.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.95%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 114 (44.92% from 255) = 34.76%
R=46.95%
G=18.29%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546011400.610.260.40325.5343.9341.96
Hex9A3C7203D1A281462c2a
Octal2327416207532505065452
Binary100110101111001110010011110111010101000101000110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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