#9F2C76

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

Shades of Medium Red Violet #9F2C76

Tints of Medium Red Violet #9F2C76

Color information

#9F2C76 (or 0x9F2C76) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 2C and 76. RGB value is (159,44,118). Sum of RGB (Red+Green+Blue) = 159+44+118=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2C76 is #60D389. Grayscale: #565656. Windows color (decimal): -6345610 or 7744671. OLE color: 7744671.

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

Color convert

RGB15944118-
CMYK00.720.260.38
HSL321.39º56.65%39.8%-
HSV(B)321.39º72.33%62.35%-
XYZ18.4710.4818.19-
YUV86.82145.6179.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.53%
GREEN value IS 44 (17.58% from 255) = 13.71%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=49.53%
G=13.71%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594411800.720.260.38321.3956.6539.8
Hex9F2C760481A261413928
Octal23754166011032465017150
Binary1001111110110011101100100100011010100110101000001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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