Html Css Color HEX #9D3C7E Medium Red Violet

📋 copy color: '#9D3C7E'

red 157 ◦ green 60 ◦ blue 126

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

Shades of Medium Red Violet #9D3C7E

Tints of Medium Red Violet #9D3C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 45.77%
G = 17.49%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D3C7E (or 0x9D3C7E) is known color: Medium Red Violet. HEX triplet: 9D, 3C and 7E. RGB value is (157,60,126). Sum of RGB (Red+Green+Blue) = 157+60+126=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3C7E is #62C381. Grayscale: #606060. Windows color (decimal): -6472578 or 8273053. OLE color: 8273053.

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

Color convert

RGB 157 60 126 -
CMYK 0 0.62 0.20 0.38
HSL 319.18º 0.45% 0.43% -
HSV(B) 319.18º 0.62% 0.62% -
XYZ 19.29 11.91 21.02 -
YUV 96.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 157 60 126 0 0.62 0.20 0.38 319.18 0.45 0.43
Hex 9D 3C 7E 0 3E 14 26 13F 2D 2B
Octal 235 74 176 0 76 24 46 477 55 53
Binary 10011101 111100 1111110 0 111110 10100 100110 100111111 101101 101011

Color Harmonies of #9D3C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3C7E

Black with #9D3C7E

Text Example


Text Example

White with #9D3C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,60,126); }

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

background-color css

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

 a { background-color: rgb(157,60,126); }

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

border-color css

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

 span { border-color: rgb(157,60,126); }

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