#9F418E

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

Shades of Medium Red Violet #9F418E

Tints of Medium Red Violet #9F418E

Color information

#9F418E (or 0x9F418E) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 41 and 8E. RGB value is (159,65,142). Sum of RGB (Red+Green+Blue) = 159+65+142=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F418E is #60BE71. Grayscale: #656565. Windows color (decimal): -6340210 or 9322911. OLE color: 9322911.

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

Color convert

RGB15965142-
CMYK00.590.110.38
HSL310.85º41.96%43.92%-
HSV(B)310.85º59.12%62.35%-
XYZ21.0713.127.01-
YUV101.88150.64168.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=43.44%
G=17.76%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596514200.590.110.38310.8541.9643.92
Hex9F418E03BB261372a2c
Octal23710121607313464675254
Binary1001111110000011000111001110111011100110100110111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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