Html Css Color HEX #9D3F82 Medium Red Violet

📋 copy color: '#9D3F82'

red 157 ◦ green 63 ◦ blue 130

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

Shades of Medium Red Violet #9D3F82

Tints of Medium Red Violet #9D3F82

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 44.86%
G = 18%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D3F82 (or 0x9D3F82) is known color: Medium Red Violet. HEX triplet: 9D, 3F and 82. RGB value is (157,63,130). Sum of RGB (Red+Green+Blue) = 157+63+130=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3F82 is #62C07D. Grayscale: #626262. Windows color (decimal): -6471806 or 8535965. OLE color: 8535965.

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

Color convert

RGB 157 63 130 -
CMYK 0 0.60 0.17 0.38
HSL 317.23º 0.43% 0.43% -
HSV(B) 317.23º 0.6% 0.62% -
XYZ 19.71 12.33 22.46 -
YUV 98.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 157 63 130 0 0.60 0.17 0.38 317.23 0.43 0.43
Hex 9D 3F 82 0 3C 11 26 13D 2B 2B
Octal 235 77 202 0 74 21 46 475 53 53
Binary 10011101 111111 10000010 0 111100 10001 100110 100111101 101011 101011

Color Harmonies of #9D3F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3F82

Black with #9D3F82

Text Example


Text Example

White with #9D3F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,63,130); }

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

background-color css

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

 a { background-color: rgb(157,63,130); }

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

border-color css

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

 span { border-color: rgb(157,63,130); }

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