Html Css Color HEX #9D4488 Medium Red Violet

📋 copy color: '#9D4488'

red 157 ◦ green 68 ◦ blue 136

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

Shades of Medium Red Violet #9D4488

Tints of Medium Red Violet #9D4488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.84%

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

R = 43.49%
G = 18.84%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D4488 (or 0x9D4488) is known color: Medium Red Violet. HEX triplet: 9D, 44 and 88. RGB value is (157,68,136). Sum of RGB (Red+Green+Blue) = 157+68+136=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4488 is #62BB77. Grayscale: #666666. Windows color (decimal): -6470520 or 8930461. OLE color: 8930461.

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

Color convert

RGB 157 68 136 -
CMYK 0 0.57 0.13 0.38
HSL 314.16º 0.4% 0.44% -
HSV(B) 314.16º 0.57% 0.62% -
XYZ 20.42 13.08 24.74 -
YUV 102.36 146.99 166.97 -
System Red Green Blue C M Y K H S L
Decimal 157 68 136 0 0.57 0.13 0.38 314.16 0.4 0.44
Hex 9D 44 88 0 39 D 26 13A 28 2C
Octal 235 104 210 0 71 15 46 472 50 54
Binary 10011101 1000100 10001000 0 111001 1101 100110 100111010 101000 101100

Color Harmonies of #9D4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4488

Black with #9D4488

Text Example


Text Example

White with #9D4488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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