#9F387F

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

Shades of Medium Red Violet #9F387F

Tints of Medium Red Violet #9F387F

Color information

#9F387F (or 0x9F387F) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 38 and 7F. RGB value is (159,56,127). Sum of RGB (Red+Green+Blue) = 159+56+127=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F387F is #60C780. Grayscale: #5E5E5E. Windows color (decimal): -6342529 or 8337567. OLE color: 8337567.

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

Color convert

RGB15956127-
CMYK00.650.200.38
HSL318.64º47.91%42.16%-
HSV(B)318.64º64.78%62.35%-
XYZ19.5411.7321.31-
YUV94.89146.12173.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.49%
GREEN value IS 56 (22.27% from 255) = 16.37%
BLUE value IS 127 (50% from 255) = 37.13%
R=46.49%
G=16.37%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595612700.650.200.38318.6447.9142.16
Hex9F387F041142613f302a
Octal23770177010124464776052
Binary1001111111100011111110100000110100100110100111111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,56,127); }

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

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

 a { background-color: rgb(159,56,127); }

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

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

 span { border-color: rgb(159,56,127); }

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