Html Css Color HEX #9D3C76 Rouge

📋 copy color: '#9D3C76'

red 157 ◦ green 60 ◦ blue 118

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

Shades of Rouge #9D3C76

Tints of Rouge #9D3C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.91%

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

R = 46.87%
G = 17.91%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9D3C76 (or 0x9D3C76) is known color: Rouge. HEX triplet: 9D, 3C and 76. RGB value is (157,60,118). Sum of RGB (Red+Green+Blue) = 157+60+118=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3C76 is #62C389. Grayscale: #5F5F5F. Windows color (decimal): -6472586 or 7748765. OLE color: 7748765.

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

Color convert

RGB 157 60 118 -
CMYK 0 0.62 0.25 0.38
HSL 324.12º 0.45% 0.43% -
HSV(B) 324.12º 0.62% 0.62% -
XYZ 18.79 11.71 18.41 -
YUV 95.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 157 60 118 0 0.62 0.25 0.38 324.12 0.45 0.43
Hex 9D 3C 76 0 3E 19 26 144 2D 2B
Octal 235 74 166 0 76 31 46 504 55 53
Binary 10011101 111100 1110110 0 111110 11001 100110 101000100 101101 101011

Color Harmonies of #9D3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3C76

Black with #9D3C76

Text Example


Text Example

White with #9D3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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