#993F7A

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

Shades of Medium Red Violet #993F7A

Tints of Medium Red Violet #993F7A

Color information

#993F7A (or 0x993F7A) is unknown color: approx Medium Red Violet. HEX triplet: 99, 3F and 7A. RGB value is (153,63,122). Sum of RGB (Red+Green+Blue) = 153+63+122=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #993F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F7A is #66C085. Grayscale: #606060. Windows color (decimal): -6733958 or 8011673. OLE color: 8011673.

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

Color convert

RGB15363122-
CMYK00.590.200.4
HSL320.67º41.67%42.35%-
HSV(B)320.67º58.82%60%-
XYZ18.4311.7319.71-
YUV96.64142.32168.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=45.27%
G=18.64%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536312200.590.200.4320.6741.6742.35
Hex993F7A03B14281412a2a
Octal2317717207324505015252
Binary100110011111111111010011101110100101000101000001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,63,122); }

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

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

 a { background-color: rgb(153,63,122); }

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

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

 span { border-color: rgb(153,63,122); }

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