#993D7B

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

Shades of Medium Red Violet #993D7B

Tints of Medium Red Violet #993D7B

Color information

#993D7B (or 0x993D7B) is unknown color: approx Medium Red Violet. HEX triplet: 99, 3D and 7B. RGB value is (153,61,123). Sum of RGB (Red+Green+Blue) = 153+61+123=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #993D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993D7B is #66C284. Grayscale: #5F5F5F. Windows color (decimal): -6734469 or 8076697. OLE color: 8076697.

HSL color Cylindrical-coordinate representation of color #993D7B: hue angle of 319.57º 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 #993D7B is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15361123-
CMYK00.600.200.4
HSL319.57º42.99%41.96%-
HSV(B)319.57º60.13%60%-
XYZ18.3811.5420-
YUV95.58143.48168.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 123 (48.44% from 255) = 36.50%
R=45.40%
G=18.10%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536112300.600.200.4319.5742.9941.96
Hex993D7B03C14281402b2a
Octal2317517307424505005352
Binary100110011111011111011011110010100101000101000000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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