Html Css Color HEX #9D4688 Medium Red Violet

📋 copy color: '#9D4688'

red 157 ◦ green 70 ◦ blue 136

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

Shades of Medium Red Violet #9D4688

Tints of Medium Red Violet #9D4688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

 BLUE value IS 136 (53.52% from 255) = 37.47%

R = 43.25%
G = 19.28%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D4688 (or 0x9D4688) is known color: Medium Red Violet. HEX triplet: 9D, 46 and 88. RGB value is (157,70,136). Sum of RGB (Red+Green+Blue) = 157+70+136=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4688 is #62B977. Grayscale: #676767. Windows color (decimal): -6470008 or 8930973. OLE color: 8930973.

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

Color convert

RGB 157 70 136 -
CMYK 0 0.55 0.13 0.38
HSL 314.48º 0.38% 0.45% -
HSV(B) 314.48º 0.55% 0.62% -
XYZ 20.54 13.33 24.78 -
YUV 103.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 157 70 136 0 0.55 0.13 0.38 314.48 0.38 0.45
Hex 9D 46 88 0 37 D 26 13A 26 2D
Octal 235 106 210 0 67 15 46 472 46 55
Binary 10011101 1000110 10001000 0 110111 1101 100110 100111010 100110 101101

Color Harmonies of #9D4688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4688

Black with #9D4688

Text Example


Text Example

White with #9D4688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,70,136); }

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

background-color css

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

 a { background-color: rgb(157,70,136); }

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

border-color css

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

 span { border-color: rgb(157,70,136); }

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