#9D3B85

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

Shades of Medium Red Violet #9D3B85

Tints of Medium Red Violet #9D3B85

Color information

#9D3B85 (or 0x9D3B85) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 3B and 85. RGB value is (157,59,133). Sum of RGB (Red+Green+Blue) = 157+59+133=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3B85 is #62C47A. Grayscale: #606060. Windows color (decimal): -6472827 or 8731549. OLE color: 8731549.

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

Color convert

RGB15759133-
CMYK00.620.150.38
HSL314.69º45.37%42.35%-
HSV(B)314.69º62.42%61.57%-
XYZ19.711.9923.47-
YUV96.74148.47170.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 59 (23.44% from 255) = 16.91%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=44.99%
G=16.91%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575913300.620.150.38314.6945.3742.35
Hex9D3B8503EF2613b2d2a
Octal2357320507617464735552
Binary100111011110111000010101111101111100110100111011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,59,133); }

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

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

 a { background-color: rgb(157,59,133); }

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

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

 span { border-color: rgb(157,59,133); }

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