#9F4686

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

Shades of Medium Red Violet #9F4686

Tints of Medium Red Violet #9F4686

Color information

#9F4686 (or 0x9F4686) is unknown color: approx 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

RGB15970134-
CMYK00.560.160.38
HSL316.85º38.86%44.9%-
HSV(B)316.85º55.97%62.35%-
XYZ20.7913.4724.06-
YUV103.91144.99167.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=43.80%
G=19.28%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597013400.560.160.38316.8538.8644.9
Hex9F4686038102613d272d
Octal23710620607020464754755
Binary10011111100011010000110011100010000100110100111101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>