#9D3D84

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

Shades of Medium Red Violet #9D3D84

Tints of Medium Red Violet #9D3D84

Color information

#9D3D84 (or 0x9D3D84) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 3D and 84. RGB value is (157,61,132). Sum of RGB (Red+Green+Blue) = 157+61+132=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3D84 is #62C27B. Grayscale: #616161. Windows color (decimal): -6472316 or 8666525. OLE color: 8666525.

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

Color convert

RGB15761132-
CMYK00.610.160.38
HSL315.62º44.04%42.75%-
HSV(B)315.62º61.15%61.57%-
XYZ19.7412.1723.14-
YUV97.8147.3170.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=44.86%
G=17.43%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576113200.610.160.38315.6244.0442.75
Hex9D3D8403D102613c2c2b
Octal2357520407520464745453
Binary1001110111110110000100011110110000100110100111100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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