#9F3E7B

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

Shades of Medium Red Violet #9F3E7B

Tints of Medium Red Violet #9F3E7B

Color information

#9F3E7B (or 0x9F3E7B) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3E and 7B. RGB value is (159,62,123). Sum of RGB (Red+Green+Blue) = 159+62+123=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3E7B is #60C184. Grayscale: #616161. Windows color (decimal): -6340997 or 8076959. OLE color: 8076959.

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

Color convert

RGB15962123-
CMYK00.610.230.38
HSL322.27º43.89%43.33%-
HSV(B)322.27º61.01%62.35%-
XYZ19.612.2520.07-
YUV97.96142.14171.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.22%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=46.22%
G=18.02%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596212300.610.230.38322.2743.8943.33
Hex9F3E7B03D17261422c2b
Octal2377617307527465025453
Binary100111111111101111011011110110111100110101000010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,62,123); }

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

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

 a { background-color: rgb(159,62,123); }

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

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

 span { border-color: rgb(159,62,123); }

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