#9F3C7E

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

Shades of Medium Red Violet #9F3C7E

Tints of Medium Red Violet #9F3C7E

Color information

#9F3C7E (or 0x9F3C7E) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3C and 7E. RGB value is (159,60,126). Sum of RGB (Red+Green+Blue) = 159+60+126=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C7E is #60C381. Grayscale: #606060. Windows color (decimal): -6341506 or 8273055. OLE color: 8273055.

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

Color convert

RGB15960126-
CMYK00.620.210.38
HSL320º45.21%42.94%-
HSV(B)320º62.26%62.35%-
XYZ19.6812.1121.04-
YUV97.12144.3172.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 60 (23.83% from 255) = 17.39%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=46.09%
G=17.39%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596012600.620.210.3832045.2142.94
Hex9F3C7E03E15261402d2b
Octal2377417607625465005553
Binary100111111111001111110011111010101100110101000000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,60,126); }

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

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

 a { background-color: rgb(159,60,126); }

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

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

 span { border-color: rgb(159,60,126); }

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