#9D327C

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

Shades of Medium Red Violet #9D327C

Tints of Medium Red Violet #9D327C

Color information

#9D327C (or 0x9D327C) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 32 and 7C. RGB value is (157,50,124). Sum of RGB (Red+Green+Blue) = 157+50+124=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D327C is #62CD83. Grayscale: #5A5A5A. Windows color (decimal): -6475140 or 8139421. OLE color: 8139421.

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

Color convert

RGB15750124-
CMYK00.680.210.38
HSL318.5º51.69%40.59%-
HSV(B)318.5º68.15%61.57%-
XYZ18.6810.920.19-
YUV90.43146.95175.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.43%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=47.43%
G=15.11%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575012400.680.210.38318.551.6940.59
Hex9D327C044152613f3429
Octal23562174010425464776451
Binary1001110111001011111000100010010101100110100111111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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