#9B387C

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

Shades of Medium Red Violet #9B387C

Tints of Medium Red Violet #9B387C

Color information

#9B387C (or 0x9B387C) is unknown color: approx Medium Red Violet. HEX triplet: 9B, 38 and 7C. RGB value is (155,56,124). Sum of RGB (Red+Green+Blue) = 155+56+124=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B387C is #64C783. Grayscale: #5D5D5D. Windows color (decimal): -6604676 or 8140955. OLE color: 8140955.

HSL color Cylindrical-coordinate representation of color #9B387C: hue angle of 318.79º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B387C is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB15556124-
CMYK00.640.20.39
HSL318.79º46.92%41.37%-
HSV(B)318.79º63.87%60.78%-
XYZ18.5711.2520.26-
YUV93.35145.3171.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=46.27%
G=16.72%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555612400.640.20.39318.7946.9241.37
Hex9B387C040142713f2f29
Octal23370174010024474775751
Binary1001101111100011111000100000010100100111100111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,56,124); }

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

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

 a { background-color: rgb(155,56,124); }

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

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

 span { border-color: rgb(155,56,124); }

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