Html Css Color HEX #9D4186 Medium Red Violet

📋 copy color: '#9D4186'

red 157 ◦ green 65 ◦ blue 134

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

Shades of Medium Red Violet #9D4186

Tints of Medium Red Violet #9D4186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.26%

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 44.1%
G = 18.26%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9D4186 (or 0x9D4186) is known color: Medium Red Violet. HEX triplet: 9D, 41 and 86. RGB value is (157,65,134). Sum of RGB (Red+Green+Blue) = 157+65+134=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4186 is #62BE79. Grayscale: #646464. Windows color (decimal): -6471290 or 8798621. OLE color: 8798621.

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

Color convert

RGB 157 65 134 -
CMYK 0 0.59 0.15 0.38
HSL 315º 0.41% 0.44% -
HSV(B) 315º 0.59% 0.62% -
XYZ 20.1 12.67 23.94 -
YUV 100.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 157 65 134 0 0.59 0.15 0.38 315 0.41 0.44
Hex 9D 41 86 0 3B F 26 13B 29 2C
Octal 235 101 206 0 73 17 46 473 51 54
Binary 10011101 1000001 10000110 0 111011 1111 100110 100111011 101001 101100

Color Harmonies of #9D4186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4186

Black with #9D4186

Text Example


Text Example

White with #9D4186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,65,134); }

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

background-color css

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

 a { background-color: rgb(157,65,134); }

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

border-color css

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

 span { border-color: rgb(157,65,134); }

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