#9D4174

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

Shades of Rouge #9D4174

Tints of Rouge #9D4174

Color information

#9D4174 (or 0x9D4174) is unknown color: approx Rouge. HEX triplet: 9D, 41 and 74. RGB value is (157,65,116). Sum of RGB (Red+Green+Blue) = 157+65+116=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4174 is #62BE8B. Grayscale: #626262. Windows color (decimal): -6471308 or 7618973. OLE color: 7618973.

HSL color Cylindrical-coordinate representation of color #9D4174: hue angle of 326.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D4174 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15765116-
CMYK00.590.260.38
HSL326.74º41.44%43.53%-
HSV(B)326.74º58.6%61.57%-
XYZ18.9512.2117.88-
YUV98.32137.98169.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=46.45%
G=19.23%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576511600.590.260.38326.7441.4443.53
Hex9D417403B1A26147292c
Octal23510116407332465075154
Binary1001110110000011110100011101111010100110101000111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,65,116); }

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

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

 a { background-color: rgb(157,65,116); }

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

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

 span { border-color: rgb(157,65,116); }

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