#9D398A

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

Shades of Medium Red Violet #9D398A

Tints of Medium Red Violet #9D398A

Color information

#9D398A (or 0x9D398A) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 39 and 8A. RGB value is (157,57,138). Sum of RGB (Red+Green+Blue) = 157+57+138=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D398A is #62C675. Grayscale: #5F5F5F. Windows color (decimal): -6473334 or 9058717. OLE color: 9058717.

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

Color convert

RGB15757138-
CMYK00.640.120.38
HSL311.4º46.73%41.96%-
HSV(B)311.4º63.69%61.57%-
XYZ19.9611.9325.3-
YUV96.13151.63171.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=44.60%
G=16.19%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575713800.640.120.38311.446.7341.96
Hex9D398A040C261372f2a
Octal23571212010014464675752
Binary1001110111100110001010010000001100100110100110111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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