#9E5EF4

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

Shades of Medium Purple #9E5EF4

Tints of Medium Purple #9E5EF4

Color information

#9E5EF4 (or 0x9E5EF4) is unknown color: approx Medium Purple. HEX triplet: 9E, 5E and F4. RGB value is (158,94,244). Sum of RGB (Red+Green+Blue) = 158+94+244=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #9E5EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5EF4 is #61A10B. Grayscale: #818181. Windows color (decimal): -6398220 or 16015006. OLE color: 16015006.

HSL color Cylindrical-coordinate representation of color #9E5EF4: hue angle of 265.6º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E5EF4 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15894244-
CMYK0.350.6100.04
HSL265.6º87.21%66.27%-
HSV(B)265.6º61.48%95.69%-
XYZ34.4321.8187.98-
YUV130.24192.2147.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 94 (37.11% from 255) = 18.95%
BLUE value IS 244 (95.70% from 255) = 49.19%
R=31.85%
G=18.95%
B=49.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal158942440.350.6100.04265.687.2166.27
Hex9E5EF4233D0410a5742
Octal236136364437504412127102
Binary10011110101111011110100100011111101010010000101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,94,244); }

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

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

 a { background-color: rgb(158,94,244); }

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

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

 span { border-color: rgb(158,94,244); }

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