#9F2C72

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

Shades of Medium Red Violet #9F2C72

Tints of Medium Red Violet #9F2C72

Color information

#9F2C72 (or 0x9F2C72) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 2C and 72. RGB value is (159,44,114). Sum of RGB (Red+Green+Blue) = 159+44+114=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2C72 is #60D38D. Grayscale: #565656. Windows color (decimal): -6345614 or 7482527. OLE color: 7482527.

HSL color Cylindrical-coordinate representation of color #9F2C72: hue angle of 323.48º 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 #9F2C72 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15944114-
CMYK00.720.280.38
HSL323.48º56.65%39.8%-
HSV(B)323.48º72.33%62.35%-
XYZ18.2410.3916.96-
YUV86.36143.6179.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.16%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=50.16%
G=13.88%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1594411400.720.280.38323.4856.6539.8
Hex9F2C720481C261433928
Octal23754162011034465037150
Binary1001111110110011100100100100011100100110101000011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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