#9457EC

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

Shades of Medium Purple #9457EC

Tints of Medium Purple #9457EC

Color information

#9457EC (or 0x9457EC) is unknown color: approx Medium Purple. HEX triplet: 94, 57 and EC. RGB value is (148,87,236). Sum of RGB (Red+Green+Blue) = 148+87+236=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #9457EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9457EC is #6BA813. Grayscale: #797979. Windows color (decimal): -7055380 or 15488916. OLE color: 15488916.

HSL color Cylindrical-coordinate representation of color #9457EC: hue angle of 264.56º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9457EC is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14887236-
CMYK0.370.6300.07
HSL264.56º79.68%63.33%-
HSV(B)264.56º63.14%92.55%-
XYZ30.7619.1781.44-
YUV122.22192.21146.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 87 (34.38% from 255) = 18.47%
BLUE value IS 236 (92.58% from 255) = 50.11%
R=31.42%
G=18.47%
B=50.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148872360.370.6300.07264.5679.6863.33
Hex9457EC253F07109503f
Octal22412735445770741112077
Binary1001010010101111110110010010111111101111000010011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9457EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9457EC; }

 p { color: rgb(148,87,236); }

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

<style>
 a { background-color: #9457EC; }

 a { background-color: rgb(148,87,236); }

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

<style>
 span { border-color: #9457EC; }

 span { border-color: rgb(148,87,236); }

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