Html Css Color HEX #9D397D Medium Red Violet

📋 copy color: '#9D397D'

red 157 ◦ green 57 ◦ blue 125

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

Shades of Medium Red Violet #9D397D

Tints of Medium Red Violet #9D397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.81%

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 46.31%
G = 16.81%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D397D (or 0x9D397D) is known color: Medium Red Violet. HEX triplet: 9D, 39 and 7D. RGB value is (157,57,125). Sum of RGB (Red+Green+Blue) = 157+57+125=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D397D is #62C682. Grayscale: #5E5E5E. Windows color (decimal): -6473347 or 8206749. OLE color: 8206749.

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

Color convert

RGB 157 57 125 -
CMYK 0 0.64 0.20 0.38
HSL 319.2º 0.47% 0.42% -
HSV(B) 319.2º 0.64% 0.62% -
XYZ 19.07 11.58 20.63 -
YUV 94.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 157 57 125 0 0.64 0.20 0.38 319.2 0.47 0.42
Hex 9D 39 7D 0 40 14 26 13F 2F 2A
Octal 235 71 175 0 100 24 46 477 57 52
Binary 10011101 111001 1111101 0 1000000 10100 100110 100111111 101111 101010

Color Harmonies of #9D397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D397D

Black with #9D397D

Text Example


Text Example

White with #9D397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,57,125); }

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

background-color css

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

 a { background-color: rgb(157,57,125); }

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

border-color css

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

 span { border-color: rgb(157,57,125); }

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