#9E58F6

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

Shades of Medium Purple #9E58F6

Tints of Medium Purple #9E58F6

Color information

#9E58F6 (or 0x9E58F6) is unknown color: approx Medium Purple. HEX triplet: 9E, 58 and F6. RGB value is (158,88,246). Sum of RGB (Red+Green+Blue) = 158+88+246=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #9E58F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E58F6 is #61A709. Grayscale: #7E7E7E. Windows color (decimal): -6399754 or 16144542. OLE color: 16144542.

HSL color Cylindrical-coordinate representation of color #9E58F6: hue angle of 266.58º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9E58F6 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15888246-
CMYK0.360.6400.04
HSL266.58º89.77%65.49%-
HSV(B)266.58º64.23%96.47%-
XYZ34.2220.989.42-
YUV126.94195.19150.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 88 (34.77% from 255) = 17.89%
BLUE value IS 246 (96.48% from 255) = 50%
R=32.11%
G=17.89%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal158882460.360.6400.04266.5889.7765.49
Hex9E58F624400410b5a41
Octal2361303664410004413132101
Binary100111101011000111101101001001000000010010000101110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E58F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,88,246); }

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

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

 a { background-color: rgb(158,88,246); }

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

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

 span { border-color: rgb(158,88,246); }

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