#9A3F86

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

Shades of Medium Red Violet #9A3F86

Tints of Medium Red Violet #9A3F86

Color information

#9A3F86 (or 0x9A3F86) is unknown color: approx Medium Red Violet. HEX triplet: 9A, 3F and 86. RGB value is (154,63,134). Sum of RGB (Red+Green+Blue) = 154+63+134=351 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.87% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3F86 is #65C079. Grayscale: #626262. Windows color (decimal): -6668410 or 8798106. OLE color: 8798106.

HSL color Cylindrical-coordinate representation of color #9A3F86: hue angle of 313.19º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A3F86 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15463134-
CMYK00.590.130.40
HSL313.19º41.94%42.55%-
HSV(B)313.19º59.09%60.39%-
XYZ19.4112.1523.88-
YUV98.3148.15167.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.87%
GREEN value IS 63 (25% from 255) = 17.95%
BLUE value IS 134 (52.73% from 255) = 38.18%
R=43.87%
G=17.95%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546313400.590.130.40313.1941.9442.55
Hex9A3F8603BD281392a2b
Octal2327720607315504715253
Binary100110101111111000011001110111101101000100111001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,63,134); }

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

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

 a { background-color: rgb(154,63,134); }

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

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

 span { border-color: rgb(154,63,134); }

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