Html Css Color HEX #9D358D Medium Red Violet

📋 copy color: '#9D358D'

red 157 ◦ green 53 ◦ blue 141

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

Shades of Medium Red Violet #9D358D

Tints of Medium Red Violet #9D358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.1%

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

R = 44.73%
G = 15.1%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9D358D (or 0x9D358D) is known color: Medium Red Violet. HEX triplet: 9D, 35 and 8D. RGB value is (157,53,141). Sum of RGB (Red+Green+Blue) = 157+53+141=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D358D is #62CA72. Grayscale: #5D5D5D. Windows color (decimal): -6474355 or 9254301. OLE color: 9254301.

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

Color convert

RGB 157 53 141 -
CMYK 0 0.66 0.10 0.38
HSL 309.23º 0.5% 0.41% -
HSV(B) 309.23º 0.66% 0.62% -
XYZ 19.99 11.64 26.39 -
YUV 94.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 157 53 141 0 0.66 0.10 0.38 309.23 0.5 0.41
Hex 9D 35 8D 0 42 A 26 135 32 29
Octal 235 65 215 0 102 12 46 465 62 51
Binary 10011101 110101 10001101 0 1000010 1010 100110 100110101 110010 101001

Color Harmonies of #9D358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D358D

Black with #9D358D

Text Example


Text Example

White with #9D358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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