Html Css Color HEX #9F4986 Medium Red Violet

📋 copy color: '#9F4986'

red 159 ◦ green 73 ◦ blue 134

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

Shades of Medium Red Violet #9F4986

Tints of Medium Red Violet #9F4986

RGB

 RED value IS 159 (62.5% from 255) = 43.44%

 GREEN value IS 73 (28.91% from 255) = 19.95%

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 43.44%
G = 19.95%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F4986 (or 0x9F4986) is known color: Medium Red Violet. HEX triplet: 9F, 49 and 86. RGB value is (159,73,134). Sum of RGB (Red+Green+Blue) = 159+73+134=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4986 is #60B679. Grayscale: #696969. Windows color (decimal): -6338170 or 8800671. OLE color: 8800671.

HSL color Cylindrical-coordinate representation of color #9F4986: hue angle of 317.44º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F4986 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 134 -
CMYK 0 0.54 0.16 0.38
HSL 317.44º 0.37% 0.45% -
HSV(B) 317.44º 0.54% 0.62% -
XYZ 20.98 13.86 24.12 -
YUV 105.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 159 73 134 0 0.54 0.16 0.38 317.44 0.37 0.45
Hex 9F 49 86 0 36 10 26 13D 25 2D
Octal 237 111 206 0 66 20 46 475 45 55
Binary 10011111 1001001 10000110 0 110110 10000 100110 100111101 100101 101101

Color Harmonies of #9F4986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4986

Black with #9F4986

Text Example


Text Example

White with #9F4986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F4986; }

 p { color: rgb(159,73,134); }

 H1.HeaderClassName
 {
   color: #9F4986;
 }
 .AnyTagClassName
 {
   color: #9F4986;
 }
</style>

background-color css

<style>
 a { background-color: #9F4986; }

 a { background-color: rgb(159,73,134); }

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

border-color css

<style>
 span { border-color: #9F4986; }

 span { border-color: rgb(159,73,134); }

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