#9F3984

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

Shades of Medium Red Violet #9F3984

Tints of Medium Red Violet #9F3984

Color information

#9F3984 (or 0x9F3984) is unknown color: approx Medium Red Violet. HEX triplet: 9F, 39 and 84. RGB value is (159,57,132). Sum of RGB (Red+Green+Blue) = 159+57+132=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3984 is #60C67B. Grayscale: #5F5F5F. Windows color (decimal): -6342268 or 8665503. OLE color: 8665503.

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

Color convert

RGB15957132-
CMYK00.640.170.38
HSL315.88º47.22%42.35%-
HSV(B)315.88º64.15%62.35%-
XYZ19.9311.9623.09-
YUV96.05148.29172.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=45.69%
G=16.38%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1595713200.640.170.38315.8847.2242.35
Hex9F3984040112613c2f2a
Octal23771204010021464745752
Binary10011111111001100001000100000010001100110100111100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,57,132); }

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

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

 a { background-color: rgb(159,57,132); }

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

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

 span { border-color: rgb(159,57,132); }

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