#9F328E

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

Shades of Medium Red Violet #9F328E

Tints of Medium Red Violet #9F328E

Color information

#9F328E (or 0x9F328E) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 32 and 8E. RGB value is (159,50,142). Sum of RGB (Red+Green+Blue) = 159+50+142=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F328E is #60CD71. Grayscale: #5C5C5C. Windows color (decimal): -6344050 or 9319071. OLE color: 9319071.

HSL color Cylindrical-coordinate representation of color #9F328E: hue angle of 309.36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F328E is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15950142-
CMYK00.690.110.38
HSL309.36º52.15%40.98%-
HSV(B)309.36º68.55%62.35%-
XYZ20.3211.6126.76-
YUV93.08155.61175.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 50 (19.92% from 255) = 14.25%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=45.30%
G=14.25%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595014200.690.110.38309.3652.1540.98
Hex9F328E045B261353429
Octal23762216010513464656451
Binary1001111111001010001110010001011011100110100110101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,50,142); }

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

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

 a { background-color: rgb(159,50,142); }

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

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

 span { border-color: rgb(159,50,142); }

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