#9F3581

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

Shades of Medium Red Violet #9F3581

Tints of Medium Red Violet #9F3581

Color information

#9F3581 (or 0x9F3581) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 35 and 81. RGB value is (159,53,129). Sum of RGB (Red+Green+Blue) = 159+53+129=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3581 is #60CA7E. Grayscale: #5D5D5D. Windows color (decimal): -6343295 or 8467871. OLE color: 8467871.

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

Color convert

RGB15953129-
CMYK00.670.190.38
HSL316.98º50%41.57%-
HSV(B)316.98º66.67%62.35%-
XYZ19.5311.521.96-
YUV93.36148.12174.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 129 (50.78% from 255) = 37.83%
R=46.63%
G=15.54%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595312900.670.190.38316.985041.57
Hex9F3581043132613d322a
Octal23765201010323464756252
Binary10011111110101100000010100001110011100110100111101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,53,129); }

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

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

 a { background-color: rgb(159,53,129); }

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

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

 span { border-color: rgb(159,53,129); }

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