#9D4885

Color #9D4885 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #9D4885

Tints of Medium Red Violet #9D4885

Color information

#9D4885 (or 0x9D4885) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 48 and 85. RGB value is (157,72,133). Sum of RGB (Red+Green+Blue) = 157+72+133=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4885 is #62B77A. Grayscale: #686868. Windows color (decimal): -6469499 or 8734877. OLE color: 8734877.

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

Color convert

RGB15772133-
CMYK00.540.150.38
HSL316.94º37.12%44.9%-
HSV(B)316.94º54.14%61.57%-
XYZ20.4613.523.72-
YUV104.37144.16165.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=43.37%
G=19.89%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577213300.540.150.38316.9437.1244.9
Hex9D4885036F2613d252d
Octal23511020506617464754555
Binary1001110110010001000010101101101111100110100111101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,72,133); }

 H1.HeaderClassName
 {
   color: #9D4885;
 }
 .AnyTagClassName
 {
   color: #9D4885;
 }
</style>
background-color css

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

 a { background-color: rgb(157,72,133); }

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

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

 span { border-color: rgb(157,72,133); }

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