#9A3E6C

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

Shades of Rouge #9A3E6C

Tints of Rouge #9A3E6C

Color information

#9A3E6C (or 0x9A3E6C) is unknown color: approx Rouge. HEX triplet: 9A, 3E and 6C. RGB value is (154,62,108). Sum of RGB (Red+Green+Blue) = 154+62+108=324 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.53% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3E6C is #65C193. Grayscale: #5E5E5E. Windows color (decimal): -6668692 or 7093914. OLE color: 7093914.

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

Color convert

RGB15462108-
CMYK00.600.300.40
HSL330º42.59%42.35%-
HSV(B)330º59.74%60.39%-
XYZ17.7611.415.45-
YUV94.75135.48170.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.53%
GREEN value IS 62 (24.61% from 255) = 19.14%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=47.53%
G=19.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546210800.600.300.4033042.5942.35
Hex9A3E6C03C1E2814a2b2a
Octal2327615407436505125352
Binary100110101111101101100011110011110101000101001010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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