#9E3186

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

Shades of Medium Red Violet #9E3186

Tints of Medium Red Violet #9E3186

Color information

#9E3186 (or 0x9E3186) is unknown color: approx Medium Red Violet. HEX triplet: 9E, 31 and 86. RGB value is (158,49,134). Sum of RGB (Red+Green+Blue) = 158+49+134=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3186 is #61CE79. Grayscale: #5B5B5B. Windows color (decimal): -6409850 or 8794526. OLE color: 8794526.

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

Color convert

RGB15849134-
CMYK00.690.150.38
HSL313.21º52.66%40.59%-
HSV(B)313.21º68.99%61.96%-
XYZ19.511.1923.69-
YUV91.28152.11175.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 134 (52.73% from 255) = 39.30%
R=46.33%
G=14.37%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1584913400.690.150.38313.2152.6640.59
Hex9E3186045F261393529
Octal23661206010517464716551
Binary1001111011000110000110010001011111100110100111001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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