#9D3D83

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

Shades of Medium Red Violet #9D3D83

Tints of Medium Red Violet #9D3D83

Color information

#9D3D83 (or 0x9D3D83) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 3D and 83. RGB value is (157,61,131). Sum of RGB (Red+Green+Blue) = 157+61+131=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3D83 is #62C27C. Grayscale: #616161. Windows color (decimal): -6472317 or 8600989. OLE color: 8600989.

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

Color convert

RGB15761131-
CMYK00.610.170.38
HSL316.25º44.04%42.75%-
HSV(B)316.25º61.15%61.57%-
XYZ19.6712.1422.78-
YUV97.68146.8170.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=44.99%
G=17.48%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576113100.610.170.38316.2544.0442.75
Hex9D3D8303D112613c2c2b
Octal2357520307521464745453
Binary1001110111110110000011011110110001100110100111100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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