#9E3D86

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

Shades of Medium Red Violet #9E3D86

Tints of Medium Red Violet #9E3D86

Color information

#9E3D86 (or 0x9E3D86) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 3D and 86. RGB value is (158,61,134). Sum of RGB (Red+Green+Blue) = 158+61+134=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3D86 is #61C279. Grayscale: #626262. Windows color (decimal): -6406778 or 8797598. OLE color: 8797598.

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

Color convert

RGB15861134-
CMYK00.610.150.38
HSL314.85º44.29%42.94%-
HSV(B)314.85º61.39%61.96%-
XYZ20.0712.3323.88-
YUV98.32148.14170.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.76%
GREEN value IS 61 (24.22% from 255) = 17.28%
BLUE value IS 134 (52.73% from 255) = 37.96%
R=44.76%
G=17.28%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1586113400.610.150.38314.8544.2942.94
Hex9E3D8603DF2613b2c2b
Octal2367520607517464735453
Binary100111101111011000011001111011111100110100111011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,61,134); }

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

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

 a { background-color: rgb(158,61,134); }

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

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

 span { border-color: rgb(158,61,134); }

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