Html Css Color HEX #9D3780 Medium Red Violet

📋 copy color: '#9D3780'

red 157 ◦ green 55 ◦ blue 128

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

Shades of Medium Red Violet #9D3780

Tints of Medium Red Violet #9D3780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 46.18%
G = 16.18%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D3780 (or 0x9D3780) is known color: Medium Red Violet. HEX triplet: 9D, 37 and 80. RGB value is (157,55,128). Sum of RGB (Red+Green+Blue) = 157+55+128=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3780 is #62C87F. Grayscale: #5D5D5D. Windows color (decimal): -6473856 or 8402845. OLE color: 8402845.

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

Color convert

RGB 157 55 128 -
CMYK 0 0.65 0.18 0.38
HSL 317.06º 0.48% 0.42% -
HSV(B) 317.06º 0.65% 0.62% -
XYZ 19.17 11.46 21.62 -
YUV 93.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 157 55 128 0 0.65 0.18 0.38 317.06 0.48 0.42
Hex 9D 37 80 0 41 12 26 13D 30 2A
Octal 235 67 200 0 101 22 46 475 60 52
Binary 10011101 110111 10000000 0 1000001 10010 100110 100111101 110000 101010

Color Harmonies of #9D3780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3780

Black with #9D3780

Text Example


Text Example

White with #9D3780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,55,128); }

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

background-color css

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

 a { background-color: rgb(157,55,128); }

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

border-color css

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

 span { border-color: rgb(157,55,128); }

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