Html Css Color HEX #9D3976 Rouge

📋 copy color: '#9D3976'

red 157 ◦ green 57 ◦ blue 118

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

Shades of Rouge #9D3976

Tints of Rouge #9D3976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.17%

 BLUE value IS 118 (46.48% from 255) = 35.54%

R = 47.29%
G = 17.17%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D3976 (or 0x9D3976) is known color: Rouge. HEX triplet: 9D, 39 and 76. RGB value is (157,57,118). Sum of RGB (Red+Green+Blue) = 157+57+118=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3976 is #62C689. Grayscale: #5D5D5D. Windows color (decimal): -6473354 or 7747997. OLE color: 7747997.

HSL color Cylindrical-coordinate representation of color #9D3976: hue angle of 323.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D3976 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 57 118 -
CMYK 0 0.64 0.25 0.38
HSL 323.4º 0.47% 0.42% -
HSV(B) 323.4º 0.64% 0.62% -
XYZ 18.64 11.4 18.36 -
YUV 93.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 157 57 118 0 0.64 0.25 0.38 323.4 0.47 0.42
Hex 9D 39 76 0 40 19 26 143 2F 2A
Octal 235 71 166 0 100 31 46 503 57 52
Binary 10011101 111001 1110110 0 1000000 11001 100110 101000011 101111 101010

Color Harmonies of #9D3976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3976

Black with #9D3976

Text Example


Text Example

White with #9D3976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,57,118); }

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

background-color css

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

 a { background-color: rgb(157,57,118); }

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

border-color css

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

 span { border-color: rgb(157,57,118); }

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