#9F2F76

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

Shades of Medium Red Violet #9F2F76

Tints of Medium Red Violet #9F2F76

Color information

#9F2F76 (or 0x9F2F76) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 2F and 76. RGB value is (159,47,118). Sum of RGB (Red+Green+Blue) = 159+47+118=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2F76 is #60D089. Grayscale: #585858. Windows color (decimal): -6344842 or 7745439. OLE color: 7745439.

HSL color Cylindrical-coordinate representation of color #9F2F76: hue angle of 321.96º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F2F76 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15947118-
CMYK00.700.260.38
HSL321.96º54.37%40.39%-
HSV(B)321.96º70.44%62.35%-
XYZ18.5810.7118.23-
YUV88.58144.61178.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 47 (18.75% from 255) = 14.51%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=49.07%
G=14.51%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594711800.700.260.38321.9654.3740.39
Hex9F2F760461A261423628
Octal23757166010632465026650
Binary1001111110111111101100100011011010100110101000010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,47,118); }

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

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

 a { background-color: rgb(159,47,118); }

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

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

 span { border-color: rgb(159,47,118); }

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