Html Css Color HEX #9D3574 Rouge

📋 copy color: '#9D3574'

red 157 ◦ green 53 ◦ blue 116

#9D3574
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #9D3574

Tints of Rouge #9D3574

RGB

 RED value IS 157 (61.72% from 255) = 48.16%

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 48.16%
G = 16.26%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D3574 (or 0x9D3574) is known color: Rouge. HEX triplet: 9D, 35 and 74. RGB value is (157,53,116). Sum of RGB (Red+Green+Blue) = 157+53+116=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3574 is #62CA8B. Grayscale: #5B5B5B. Windows color (decimal): -6474380 or 7615901. OLE color: 7615901.

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

Color convert

RGB 157 53 116 -
CMYK 0 0.66 0.26 0.38
HSL 323.65º 0.5% 0.41% -
HSV(B) 323.65º 0.66% 0.62% -
XYZ 18.33 10.98 17.68 -
YUV 91.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 157 53 116 0 0.66 0.26 0.38 323.65 0.5 0.41
Hex 9D 35 74 0 42 1A 26 144 32 29
Octal 235 65 164 0 102 32 46 504 62 51
Binary 10011101 110101 1110100 0 1000010 11010 100110 101000100 110010 101001

Color Harmonies of #9D3574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3574

Black with #9D3574

Text Example


Text Example

White with #9D3574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D3574;
 }
 .AnyTagClassName
 {
   color: #9D3574;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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