#9F3B91

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

Shades of Medium Red Violet #9F3B91

Tints of Medium Red Violet #9F3B91

Color information

#9F3B91 (or 0x9F3B91) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 3B and 91. RGB value is (159,59,145). Sum of RGB (Red+Green+Blue) = 159+59+145=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3B91 is #60C46E. Grayscale: #626262. Windows color (decimal): -6341743 or 9517983. OLE color: 9517983.

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

Color convert

RGB15959145-
CMYK00.630.090.38
HSL308.4º45.87%42.75%-
HSV(B)308.4º62.89%62.35%-
XYZ20.9712.5428.1-
YUV98.7154.13171.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 145 (57.03% from 255) = 39.94%
R=43.80%
G=16.25%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595914500.630.090.38308.445.8742.75
Hex9F3B9103F9261342e2b
Octal2377322107711464645653
Binary100111111110111001000101111111001100110100110100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,59,145); }

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

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

 a { background-color: rgb(159,59,145); }

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

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

 span { border-color: rgb(159,59,145); }

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