Html Css Color HEX #9D3480 Medium Red Violet

📋 copy color: '#9D3480'

red 157 ◦ green 52 ◦ blue 128

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

Shades of Medium Red Violet #9D3480

Tints of Medium Red Violet #9D3480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 46.59%
G = 15.43%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9D3480 (or 0x9D3480) is known color: Medium Red Violet. HEX triplet: 9D, 34 and 80. RGB value is (157,52,128). Sum of RGB (Red+Green+Blue) = 157+52+128=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3480 is #62CB7F. Grayscale: #5B5B5B. Windows color (decimal): -6474624 or 8402077. OLE color: 8402077.

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

Color convert

RGB 157 52 128 -
CMYK 0 0.67 0.18 0.38
HSL 316.57º 0.5% 0.41% -
HSV(B) 316.57º 0.67% 0.62% -
XYZ 19.03 11.18 21.58 -
YUV 92.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 157 52 128 0 0.67 0.18 0.38 316.57 0.5 0.41
Hex 9D 34 80 0 43 12 26 13D 32 29
Octal 235 64 200 0 103 22 46 475 62 51
Binary 10011101 110100 10000000 0 1000011 10010 100110 100111101 110010 101001

Color Harmonies of #9D3480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3480

Black with #9D3480

Text Example


Text Example

White with #9D3480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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