#9D388B

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

Shades of Medium Red Violet #9D388B

Tints of Medium Red Violet #9D388B

Color information

#9D388B (or 0x9D388B) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 38 and 8B. RGB value is (157,56,139). Sum of RGB (Red+Green+Blue) = 157+56+139=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D388B is #62C774. Grayscale: #5F5F5F. Windows color (decimal): -6473589 or 9123997. OLE color: 9123997.

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

Color convert

RGB15756139-
CMYK00.640.110.38
HSL310.69º47.42%41.76%-
HSV(B)310.69º64.33%61.57%-
XYZ19.9811.8625.66-
YUV95.66152.46171.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=44.60%
G=15.91%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575613900.640.110.38310.6947.4241.76
Hex9D388B040B261372f2a
Octal23570213010013464675752
Binary1001110111100010001011010000001011100110100110111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,56,139); }

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

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

 a { background-color: rgb(157,56,139); }

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

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

 span { border-color: rgb(157,56,139); }

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