#9D378D

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

Shades of Medium Red Violet #9D378D

Tints of Medium Red Violet #9D378D

Color information

#9D378D (or 0x9D378D) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 37 and 8D. RGB value is (157,55,141). Sum of RGB (Red+Green+Blue) = 157+55+141=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D378D is #62C872. Grayscale: #5F5F5F. Windows color (decimal): -6473843 or 9254813. OLE color: 9254813.

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

Color convert

RGB15755141-
CMYK00.650.100.38
HSL309.41º48.11%41.57%-
HSV(B)309.41º64.97%61.57%-
XYZ20.0811.8226.42-
YUV95.3153.79172.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 55 (21.88% from 255) = 15.58%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=44.48%
G=15.58%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575514100.650.100.38309.4148.1141.57
Hex9D378D041A26135302a
Octal23567215010112464656052
Binary1001110111011110001101010000011010100110100110101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,55,141); }

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

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

 a { background-color: rgb(157,55,141); }

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

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

 span { border-color: rgb(157,55,141); }

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