#9F3D8A

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

Shades of Medium Red Violet #9F3D8A

Tints of Medium Red Violet #9F3D8A

Color information

#9F3D8A (or 0x9F3D8A) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3D and 8A. RGB value is (159,61,138). Sum of RGB (Red+Green+Blue) = 159+61+138=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3D8A is #60C275. Grayscale: #626262. Windows color (decimal): -6341238 or 9059743. OLE color: 9059743.

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

Color convert

RGB15961138-
CMYK00.620.130.38
HSL312.86º44.55%43.14%-
HSV(B)312.86º61.64%62.35%-
XYZ20.5512.5425.38-
YUV99.08149.97170.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 61 (24.22% from 255) = 17.04%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=44.41%
G=17.04%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1596113800.620.130.38312.8644.5543.14
Hex9F3D8A03ED261392d2b
Octal2377521207615464715553
Binary100111111111011000101001111101101100110100111001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,61,138); }

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

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

 a { background-color: rgb(159,61,138); }

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

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

 span { border-color: rgb(159,61,138); }

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