Html Css Color HEX #9D417C Medium Red Violet

📋 copy color: '#9D417C'

red 157 ◦ green 65 ◦ blue 124

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

Shades of Medium Red Violet #9D417C

Tints of Medium Red Violet #9D417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.79%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 45.38%
G = 18.79%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9D417C (or 0x9D417C) is known color: Medium Red Violet. HEX triplet: 9D, 41 and 7C. RGB value is (157,65,124). Sum of RGB (Red+Green+Blue) = 157+65+124=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D417C is #62BE83. Grayscale: #636363. Windows color (decimal): -6471300 or 8143261. OLE color: 8143261.

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

Color convert

RGB 157 65 124 -
CMYK 0 0.59 0.21 0.38
HSL 321.52º 0.41% 0.44% -
HSV(B) 321.52º 0.59% 0.62% -
XYZ 19.43 12.4 20.44 -
YUV 99.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 157 65 124 0 0.59 0.21 0.38 321.52 0.41 0.44
Hex 9D 41 7C 0 3B 15 26 142 29 2C
Octal 235 101 174 0 73 25 46 502 51 54
Binary 10011101 1000001 1111100 0 111011 10101 100110 101000010 101001 101100

Color Harmonies of #9D417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D417C

Black with #9D417C

Text Example


Text Example

White with #9D417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,65,124); }

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

background-color css

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

 a { background-color: rgb(157,65,124); }

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

border-color css

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

 span { border-color: rgb(157,65,124); }

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