Html Css Color HEX #993F7A Medium Red Violet

📋 copy color: '#993F7A'

red 153 ◦ green 63 ◦ blue 122

#993F7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #993F7A

Tints of Medium Red Violet #993F7A

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 value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#993F7A (or 0x993F7A) is known color: 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

RGB 153 63 122 -
CMYK 0 0.59 0.20 0.4
HSL 320.67º 0.42% 0.42% -
HSV(B) 320.67º 0.59% 0.6% -
XYZ 18.43 11.73 19.71 -
YUV 96.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 153 63 122 0 0.59 0.20 0.4 320.67 0.42 0.42
Hex 99 3F 7A 0 3B 14 28 141 2A 2A
Octal 231 77 172 0 73 24 50 501 52 52
Binary 10011001 111111 1111010 0 111011 10100 101000 101000001 101010 101010

Color Harmonies of #993F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F7A

Black with #993F7A

Text Example


Text Example

White with #993F7A

Text Example


Text Example

HTML Codes & Css Web 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>