#9D368B

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

Shades of Medium Red Violet #9D368B

Tints of Medium Red Violet #9D368B

Color information

#9D368B (or 0x9D368B) is unknown color: approx Medium Red Violet. HEX triplet: 9D, 36 and 8B. RGB value is (157,54,139). Sum of RGB (Red+Green+Blue) = 157+54+139=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D368B is #62C974. Grayscale: #5E5E5E. Windows color (decimal): -6474101 or 9123485. OLE color: 9123485.

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

Color convert

RGB15754139-
CMYK00.660.110.38
HSL310.49º48.82%41.37%-
HSV(B)310.49º65.61%61.57%-
XYZ19.8811.6725.63-
YUV94.49153.12172.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.86%
GREEN value IS 54 (21.48% from 255) = 15.43%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=44.86%
G=15.43%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1575413900.660.110.38310.4948.8241.37
Hex9D368B042B261363129
Octal23566213010213464666151
Binary1001110111011010001011010000101011100110100110110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,54,139); }

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

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

 a { background-color: rgb(157,54,139); }

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

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

 span { border-color: rgb(157,54,139); }

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