#9A4179

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

Shades of Rouge #9A4179

Tints of Rouge #9A4179

Color information

#9A4179 (or 0x9A4179) is unknown color: approx Rouge. HEX triplet: 9A, 41 and 79. RGB value is (154,65,121). Sum of RGB (Red+Green+Blue) = 154+65+121=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4179 is #65BE86. Grayscale: #616161. Windows color (decimal): -6667911 or 7946650. OLE color: 7946650.

HSL color Cylindrical-coordinate representation of color #9A4179: hue angle of 322.25º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A4179 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB15465121-
CMYK00.580.210.40
HSL322.25º40.64%42.94%-
HSV(B)322.25º57.79%60.39%-
XYZ18.6712.0319.43-
YUV97.99140.99167.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.29%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=45.29%
G=19.12%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546512100.580.210.40322.2540.6442.94
Hex9A417903A1528142292b
Octal23210117107225505025153
Binary1001101010000011111001011101010101101000101000010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,65,121); }

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

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

 a { background-color: rgb(154,65,121); }

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

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

 span { border-color: rgb(154,65,121); }

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