#9d4083

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

Shades of Medium Red Violet #9D4083

Tints of Medium Red Violet #9D4083

Color information

#9D4083 (or 0x9D4083) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 40 and 83. RGB value is (157,64,131). Sum of RGB (Red+Green+Blue) = 157+64+131=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4083 is #62BF7C. Grayscale: #636363. Windows color (decimal): -6471549 or 8601757. OLE color: 8601757.

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

Color convert

RGB15764131-
CMYK00.590.170.38
HSL316.77º42.08%43.33%-
HSV(B)316.77º59.24%61.57%-
XYZ19.8312.4722.83-
YUV99.44145.81169.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=44.60%
G=18.18%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576413100.590.170.38316.7742.0843.33
Hex9D408303B112613d2a2b
Octal23510020307321464755253
Binary10011101100000010000011011101110001100110100111101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d4083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,64,131); }

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

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

 a { background-color: rgb(157,64,131); }

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

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

 span { border-color: rgb(157,64,131); }

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