#9F397B

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

Shades of Medium Red Violet #9F397B

Tints of Medium Red Violet #9F397B

Color information

#9F397B (or 0x9F397B) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 39 and 7B. RGB value is (159,57,123). Sum of RGB (Red+Green+Blue) = 159+57+123=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F397B is #60C684. Grayscale: #5E5E5E. Windows color (decimal): -6342277 or 8075679. OLE color: 8075679.

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

Color convert

RGB15957123-
CMYK00.640.230.38
HSL321.18º47.22%42.35%-
HSV(B)321.18º64.15%62.35%-
XYZ19.3411.7319.98-
YUV95.02143.79173.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=46.90%
G=16.81%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595712300.640.230.38321.1847.2242.35
Hex9F397B04017261412f2a
Octal23771173010027465015752
Binary1001111111100111110110100000010111100110101000001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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