Html Css Color HEX #9D4188 Medium Red Violet

📋 copy color: '#9D4188'

red 157 ◦ green 65 ◦ blue 136

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

Shades of Medium Red Violet #9D4188

Tints of Medium Red Violet #9D4188

RGB

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

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

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

R = 43.85%
G = 18.16%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D4188 (or 0x9D4188) is known color: Medium Red Violet. HEX triplet: 9D, 41 and 88. RGB value is (157,65,136). Sum of RGB (Red+Green+Blue) = 157+65+136=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4188 is #62BE77. Grayscale: #646464. Windows color (decimal): -6471288 or 8929693. OLE color: 8929693.

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

Color convert

RGB 157 65 136 -
CMYK 0 0.59 0.13 0.38
HSL 313.7º 0.41% 0.44% -
HSV(B) 313.7º 0.59% 0.62% -
XYZ 20.24 12.73 24.68 -
YUV 100.6 147.98 168.23 -
System Red Green Blue C M Y K H S L
Decimal 157 65 136 0 0.59 0.13 0.38 313.7 0.41 0.44
Hex 9D 41 88 0 3B D 26 13A 29 2C
Octal 235 101 210 0 73 15 46 472 51 54
Binary 10011101 1000001 10001000 0 111011 1101 100110 100111010 101001 101100

Color Harmonies of #9D4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4188

Black with #9D4188

Text Example


Text Example

White with #9D4188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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