#993D7C

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

Shades of Medium Red Violet #993D7C

Tints of Medium Red Violet #993D7C

Color information

#993D7C (or 0x993D7C) is unknown color: approx Medium Red Violet. HEX triplet: 99, 3D and 7C. RGB value is (153,61,124). Sum of RGB (Red+Green+Blue) = 153+61+124=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #993D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D7C is #66C283. Grayscale: #5F5F5F. Windows color (decimal): -6734468 or 8142233. OLE color: 8142233.

HSL color Cylindrical-coordinate representation of color #993D7C: hue angle of 318.91º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D7C is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB15361124-
CMYK00.600.190.4
HSL318.91º42.99%41.96%-
HSV(B)318.91º60.13%60%-
XYZ18.4411.5720.33-
YUV95.69143.98168.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=45.27%
G=18.05%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536112400.600.190.4318.9142.9941.96
Hex993D7C03C132813f2b2a
Octal2317517407423504775352
Binary100110011111011111100011110010011101000100111111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993D7C; }

 p { color: rgb(153,61,124); }

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

<style>
 a { background-color: #993D7C; }

 a { background-color: rgb(153,61,124); }

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

<style>
 span { border-color: #993D7C; }

 span { border-color: rgb(153,61,124); }

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