#9D3C8A

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

Shades of Medium Red Violet #9D3C8A

Tints of Medium Red Violet #9D3C8A

Color information

#9D3C8A (or 0x9D3C8A) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 3C and 8A. RGB value is (157,60,138). Sum of RGB (Red+Green+Blue) = 157+60+138=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3C8A is #62C375. Grayscale: #616161. Windows color (decimal): -6472566 or 9059485. OLE color: 9059485.

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

Color convert

RGB15760138-
CMYK00.620.120.38
HSL311.75º44.7%42.55%-
HSV(B)311.75º61.78%61.57%-
XYZ20.1112.2325.35-
YUV97.9150.64170.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 60 (23.83% from 255) = 16.90%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=44.23%
G=16.90%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576013800.620.120.38311.7544.742.55
Hex9D3C8A03EC261382d2b
Octal2357421207614464705553
Binary100111011111001000101001111101100100110100111000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,60,138); }

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

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

 a { background-color: rgb(157,60,138); }

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

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

 span { border-color: rgb(157,60,138); }

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