Html Css Color HEX #993F85 Medium Red Violet

📋 copy color: '#993F85'

red 153 ◦ green 63 ◦ blue 133

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

Shades of Medium Red Violet #993F85

Tints of Medium Red Violet #993F85

RGB

 RED value IS 153 (60.16% from 255) = 43.84%

 GREEN value IS 63 (25% from 255) = 18.05%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 43.84%
G = 18.05%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#993F85 (or 0x993F85) is known color: Medium Red Violet. HEX triplet: 99, 3F and 85. RGB value is (153,63,133). Sum of RGB (Red+Green+Blue) = 153+63+133=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #993F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993F85 is #66C07A. Grayscale: #616161. Windows color (decimal): -6733947 or 8732569. OLE color: 8732569.

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

Color convert

RGB 153 63 133 -
CMYK 0 0.59 0.13 0.4
HSL 313.33º 0.42% 0.42% -
HSV(B) 313.33º 0.59% 0.6% -
XYZ 19.15 12.02 23.5 -
YUV 97.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 153 63 133 0 0.59 0.13 0.4 313.33 0.42 0.42
Hex 99 3F 85 0 3B D 28 139 2A 2A
Octal 231 77 205 0 73 15 50 471 52 52
Binary 10011001 111111 10000101 0 111011 1101 101000 100111001 101010 101010

Color Harmonies of #993F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F85

Black with #993F85

Text Example


Text Example

White with #993F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #993F85;
 }
 .AnyTagClassName
 {
   color: #993F85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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