#9F3C8E

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

Shades of Medium Red Violet #9F3C8E

Tints of Medium Red Violet #9F3C8E

Color information

#9F3C8E (or 0x9F3C8E) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3C and 8E. RGB value is (159,60,142). Sum of RGB (Red+Green+Blue) = 159+60+142=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3C8E is #60C371. Grayscale: #626262. Windows color (decimal): -6341490 or 9321631. OLE color: 9321631.

HSL color Cylindrical-coordinate representation of color #9F3C8E: hue angle of 310.3º 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 #9F3C8E is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15960142-
CMYK00.620.110.38
HSL310.3º45.21%42.94%-
HSV(B)310.3º62.26%62.35%-
XYZ20.812.5626.92-
YUV98.95152.3170.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=44.04%
G=16.62%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596014200.620.110.38310.345.2142.94
Hex9F3C8E03EB261362d2b
Octal2377421607613464665553
Binary100111111111001000111001111101011100110100110110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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