Html Css Color HEX #9D3A74 Rouge

📋 copy color: '#9D3A74'

red 157 ◦ green 58 ◦ blue 116

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

Shades of Rouge #9D3A74

Tints of Rouge #9D3A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.52%

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

R = 47.43%
G = 17.52%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9D3A74 (or 0x9D3A74) is known color: Rouge. HEX triplet: 9D, 3A and 74. RGB value is (157,58,116). Sum of RGB (Red+Green+Blue) = 157+58+116=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3A74 is #62C58B. Grayscale: #5E5E5E. Windows color (decimal): -6473100 or 7617181. OLE color: 7617181.

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

Color convert

RGB 157 58 116 -
CMYK 0 0.63 0.26 0.38
HSL 324.85º 0.46% 0.42% -
HSV(B) 324.85º 0.63% 0.62% -
XYZ 18.57 11.46 17.76 -
YUV 94.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 157 58 116 0 0.63 0.26 0.38 324.85 0.46 0.42
Hex 9D 3A 74 0 3F 1A 26 145 2E 2A
Octal 235 72 164 0 77 32 46 505 56 52
Binary 10011101 111010 1110100 0 111111 11010 100110 101000101 101110 101010

Color Harmonies of #9D3A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3A74

Black with #9D3A74

Text Example


Text Example

White with #9D3A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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