Html Css Color HEX #9D398D Medium Red Violet

📋 copy color: '#9D398D'

red 157 ◦ green 57 ◦ blue 141

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

Shades of Medium Red Violet #9D398D

Tints of Medium Red Violet #9D398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 44.23%
G = 16.06%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D398D (or 0x9D398D) is known color: Medium Red Violet. HEX triplet: 9D, 39 and 8D. RGB value is (157,57,141). Sum of RGB (Red+Green+Blue) = 157+57+141=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D398D is #62C672. Grayscale: #606060. Windows color (decimal): -6473331 or 9255325. OLE color: 9255325.

HSL color Cylindrical-coordinate representation of color #9D398D: hue angle of 309.6º 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 #9D398D is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 57 141 -
CMYK 0 0.64 0.10 0.38
HSL 309.6º 0.47% 0.42% -
HSV(B) 309.6º 0.64% 0.62% -
XYZ 20.18 12.02 26.46 -
YUV 96.48 153.13 171.17 -
System Red Green Blue C M Y K H S L
Decimal 157 57 141 0 0.64 0.10 0.38 309.6 0.47 0.42
Hex 9D 39 8D 0 40 A 26 136 2F 2A
Octal 235 71 215 0 100 12 46 466 57 52
Binary 10011101 111001 10001101 0 1000000 1010 100110 100110110 101111 101010

Color Harmonies of #9D398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D398D

Black with #9D398D

Text Example


Text Example

White with #9D398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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