Html Css Color HEX #9F4686 Medium Red Violet

📋 copy color: '#9F4686'

red 159 ◦ green 70 ◦ blue 134

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

Shades of Medium Red Violet #9F4686

Tints of Medium Red Violet #9F4686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

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

R = 43.8%
G = 19.28%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F4686 (or 0x9F4686) is known color: Medium Red Violet. HEX triplet: 9F, 46 and 86. RGB value is (159,70,134). Sum of RGB (Red+Green+Blue) = 159+70+134=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4686 is #60B979. Grayscale: #676767. Windows color (decimal): -6338938 or 8799903. OLE color: 8799903.

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

Color convert

RGB 159 70 134 -
CMYK 0 0.56 0.16 0.38
HSL 316.85º 0.39% 0.45% -
HSV(B) 316.85º 0.56% 0.62% -
XYZ 20.79 13.47 24.06 -
YUV 103.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 159 70 134 0 0.56 0.16 0.38 316.85 0.39 0.45
Hex 9F 46 86 0 38 10 26 13D 27 2D
Octal 237 106 206 0 70 20 46 475 47 55
Binary 10011111 1000110 10000110 0 111000 10000 100110 100111101 100111 101101

Color Harmonies of #9F4686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4686

Black with #9F4686

Text Example


Text Example

White with #9F4686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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