#9A57EC

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

Shades of Medium Purple #9A57EC

Tints of Medium Purple #9A57EC

Color information

#9A57EC (or 0x9A57EC) is unknown color: approx Medium Purple. HEX triplet: 9A, 57 and EC. RGB value is (154,87,236). Sum of RGB (Red+Green+Blue) = 154+87+236=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A57EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A57EC is #65A813. Grayscale: #7B7B7B. Windows color (decimal): -6662164 or 15488922. OLE color: 15488922.

HSL color Cylindrical-coordinate representation of color #9A57EC: hue angle of 266.98º 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 #9A57EC is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15487236-
CMYK0.350.6300.07
HSL266.98º79.68%63.33%-
HSV(B)266.98º63.14%92.55%-
XYZ31.8719.7481.49-
YUV124.02191.2149.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 87 (34.38% from 255) = 18.24%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=32.29%
G=18.24%
B=49.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154872360.350.6300.07266.9879.6863.33
Hex9A57EC233F0710b503f
Octal23212735443770741312077
Binary1001101010101111110110010001111111101111000010111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A57EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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