#9D3481

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

Shades of Medium Red Violet #9D3481

Tints of Medium Red Violet #9D3481

Color information

#9D3481 (or 0x9D3481) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 34 and 81. RGB value is (157,52,129). Sum of RGB (Red+Green+Blue) = 157+52+129=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3481 is #62CB7E. Grayscale: #5B5B5B. Windows color (decimal): -6474623 or 8467613. OLE color: 8467613.

HSL color Cylindrical-coordinate representation of color #9D3481: hue angle of 316º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D3481 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB15752129-
CMYK00.670.180.38
HSL316º50.24%40.98%-
HSV(B)316º66.88%61.57%-
XYZ19.111.2121.93-
YUV92.17148.79174.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.45%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 129 (50.78% from 255) = 38.17%
R=46.45%
G=15.38%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575212900.670.180.3831650.2440.98
Hex9D3481043122613c3229
Octal23564201010322464746251
Binary10011101110100100000010100001110010100110100111100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,52,129); }

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

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

 a { background-color: rgb(157,52,129); }

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

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

 span { border-color: rgb(157,52,129); }

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