#9A3C75

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

Shades of Rouge #9A3C75

Tints of Rouge #9A3C75

Color information

#9A3C75 (or 0x9A3C75) is unknown color: approx Rouge. HEX triplet: 9A, 3C and 75. RGB value is (154,60,117). Sum of RGB (Red+Green+Blue) = 154+60+117=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C75 is #65C38A. Grayscale: #5E5E5E. Windows color (decimal): -6669195 or 7683226. OLE color: 7683226.

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

Color convert

RGB15460117-
CMYK00.610.240.40
HSL323.62º43.93%41.96%-
HSV(B)323.62º61.04%60.39%-
XYZ18.1511.3918.07-
YUV94.6140.64170.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=46.53%
G=18.13%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546011700.610.240.40323.6243.9341.96
Hex9A3C7503D18281442c2a
Octal2327416507530505045452
Binary100110101111001110101011110111000101000101000100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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