#9F348E

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

Shades of Medium Red Violet #9F348E

Tints of Medium Red Violet #9F348E

Color information

#9F348E (or 0x9F348E) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 34 and 8E. RGB value is (159,52,142). Sum of RGB (Red+Green+Blue) = 159+52+142=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F348E is #60CB71. Grayscale: #5E5E5E. Windows color (decimal): -6343538 or 9319583. OLE color: 9319583.

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

Color convert

RGB15952142-
CMYK00.670.110.38
HSL309.53º50.71%41.37%-
HSV(B)309.53º67.3%62.35%-
XYZ20.4111.7826.79-
YUV94.25154.95174.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.04%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=45.04%
G=14.73%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595214200.670.110.38309.5350.7141.37
Hex9F348E043B261363329
Octal23764216010313464666351
Binary1001111111010010001110010000111011100110100110110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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