Html Css Color HEX #9D447F Medium Red Violet

📋 copy color: '#9D447F'

red 157 ◦ green 68 ◦ blue 127

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

Shades of Medium Red Violet #9D447F

Tints of Medium Red Violet #9D447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.32%

 BLUE value IS 127 (50% from 255) = 36.08%

R = 44.6%
G = 19.32%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D447F (or 0x9D447F) is known color: Medium Red Violet. HEX triplet: 9D, 44 and 7F. RGB value is (157,68,127). Sum of RGB (Red+Green+Blue) = 157+68+127=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D447F is #62BB80. Grayscale: #656565. Windows color (decimal): -6470529 or 8340637. OLE color: 8340637.

HSL color Cylindrical-coordinate representation of color #9D447F: hue angle of 320.22º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D447F is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 68 127 -
CMYK 0 0.57 0.19 0.38
HSL 320.22º 0.4% 0.44% -
HSV(B) 320.22º 0.57% 0.62% -
XYZ 19.8 12.83 21.51 -
YUV 101.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 157 68 127 0 0.57 0.19 0.38 320.22 0.4 0.44
Hex 9D 44 7F 0 39 13 26 140 28 2C
Octal 235 104 177 0 71 23 46 500 50 54
Binary 10011101 1000100 1111111 0 111001 10011 100110 101000000 101000 101100

Color Harmonies of #9D447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D447F

Black with #9D447F

Text Example


Text Example

White with #9D447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,68,127); }

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

background-color css

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

 a { background-color: rgb(157,68,127); }

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

border-color css

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

 span { border-color: rgb(157,68,127); }

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