#9F457F

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

Shades of Medium Red Violet #9F457F

Tints of Medium Red Violet #9F457F

Color information

#9F457F (or 0x9F457F) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 45 and 7F. RGB value is (159,69,127). Sum of RGB (Red+Green+Blue) = 159+69+127=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F457F is #60BA80. Grayscale: #666666. Windows color (decimal): -6339201 or 8340895. OLE color: 8340895.

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

Color convert

RGB15969127-
CMYK00.570.200.38
HSL321.33º39.47%44.71%-
HSV(B)321.33º56.6%62.35%-
XYZ20.2613.1621.55-
YUV102.52141.82168.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.79%
GREEN value IS 69 (27.34% from 255) = 19.44%
BLUE value IS 127 (50% from 255) = 35.77%
R=44.79%
G=19.44%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596912700.570.200.38321.3339.4744.71
Hex9F457F0391426141272d
Octal23710517707124465014755
Binary1001111110001011111111011100110100100110101000001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,69,127); }

 H1.HeaderClassName
 {
   color: #9F457F;
 }
 .AnyTagClassName
 {
   color: #9F457F;
 }
</style>
background-color css

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

 a { background-color: rgb(159,69,127); }

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

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

 span { border-color: rgb(159,69,127); }

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