Html Css Color HEX #9D3A7F Medium Red Violet

📋 copy color: '#9D3A7F'

red 157 ◦ green 58 ◦ blue 127

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

Shades of Medium Red Violet #9D3A7F

Tints of Medium Red Violet #9D3A7F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

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

R = 45.91%
G = 16.96%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9D3A7F (or 0x9D3A7F) is known color: Medium Red Violet. HEX triplet: 9D, 3A and 7F. RGB value is (157,58,127). Sum of RGB (Red+Green+Blue) = 157+58+127=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D3A7F is #62C580. Grayscale: #5F5F5F. Windows color (decimal): -6473089 or 8338077. OLE color: 8338077.

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

Color convert

RGB 157 58 127 -
CMYK 0 0.63 0.19 0.38
HSL 318.18º 0.46% 0.42% -
HSV(B) 318.18º 0.63% 0.62% -
XYZ 19.25 11.73 21.33 -
YUV 95.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 157 58 127 0 0.63 0.19 0.38 318.18 0.46 0.42
Hex 9D 3A 7F 0 3F 13 26 13E 2E 2A
Octal 235 72 177 0 77 23 46 476 56 52
Binary 10011101 111010 1111111 0 111111 10011 100110 100111110 101110 101010

Color Harmonies of #9D3A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3A7F

Black with #9D3A7F

Text Example


Text Example

White with #9D3A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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