#9D4086

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

Shades of Medium Red Violet #9D4086

Tints of Medium Red Violet #9D4086

Color information

#9D4086 (or 0x9D4086) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 40 and 86. RGB value is (157,64,134). Sum of RGB (Red+Green+Blue) = 157+64+134=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4086 is #62BF79. Grayscale: #636363. Windows color (decimal): -6471546 or 8798365. OLE color: 8798365.

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

Color convert

RGB15764134-
CMYK00.590.150.38
HSL314.84º42.08%43.33%-
HSV(B)314.84º59.24%61.57%-
XYZ20.0412.5623.92-
YUV99.79147.31168.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 64 (25.39% from 255) = 18.03%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=44.23%
G=18.03%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576413400.590.150.38314.8442.0843.33
Hex9D408603BF2613b2a2b
Octal23510020607317464735253
Binary1001110110000001000011001110111111100110100111011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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