#9A3C6C

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

Shades of Rouge #9A3C6C

Tints of Rouge #9A3C6C

Color information

#9A3C6C (or 0x9A3C6C) is unknown color: approx Rouge. HEX triplet: 9A, 3C and 6C. RGB value is (154,60,108). Sum of RGB (Red+Green+Blue) = 154+60+108=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3C6C is #65C393. Grayscale: #5D5D5D. Windows color (decimal): -6669204 or 7093402. OLE color: 7093402.

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

Color convert

RGB15460108-
CMYK00.610.300.40
HSL329.36º43.93%41.96%-
HSV(B)329.36º61.04%60.39%-
XYZ17.6511.1815.42-
YUV93.58136.14171.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.83%
GREEN value IS 60 (23.83% from 255) = 18.63%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=47.83%
G=18.63%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546010800.610.300.40329.3643.9341.96
Hex9A3C6C03D1E281492c2a
Octal2327415407536505115452
Binary100110101111001101100011110111110101000101001001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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