#9D327A

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

Shades of Medium Red Violet #9D327A

Tints of Medium Red Violet #9D327A

Color information

#9D327A (or 0x9D327A) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 32 and 7A. RGB value is (157,50,122). Sum of RGB (Red+Green+Blue) = 157+50+122=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D327A is #62CD85. Grayscale: #5A5A5A. Windows color (decimal): -6475142 or 8008349. OLE color: 8008349.

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

Color convert

RGB15750122-
CMYK00.680.220.38
HSL319.63º51.69%40.59%-
HSV(B)319.63º68.15%61.57%-
XYZ18.5610.8519.53-
YUV90.2145.95175.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.72%
GREEN value IS 50 (19.92% from 255) = 15.20%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=47.72%
G=15.20%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575012200.680.220.38319.6351.6940.59
Hex9D327A04416261403429
Octal23562172010426465006451
Binary1001110111001011110100100010010110100110101000000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,50,122); }

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

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

 a { background-color: rgb(157,50,122); }

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

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

 span { border-color: rgb(157,50,122); }

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