#9053EC

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

Shades of Medium Purple #9053EC

Tints of Medium Purple #9053EC

Color information

#9053EC (or 0x9053EC) is unknown color: approx Medium Purple. HEX triplet: 90, 53 and EC. RGB value is (144,83,236). Sum of RGB (Red+Green+Blue) = 144+83+236=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #9053EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9053EC is #6FAC13. Grayscale: #767676. Windows color (decimal): -7318548 or 15487888. OLE color: 15487888.

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

Color convert

RGB14483236-
CMYK0.390.6500.07
HSL263.92º80.1%62.55%-
HSV(B)263.92º64.83%92.55%-
XYZ29.7418.1781.3-
YUV118.68194.21146.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 83 (32.81% from 255) = 17.93%
BLUE value IS 236 (92.58% from 255) = 50.97%
R=31.10%
G=17.93%
B=50.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal144832360.390.6500.07263.9280.162.55
Hex9053EC274107108503f
Octal220123354471010741012077
Binary10010000101001111101100100111100000101111000010001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9053EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,83,236); }

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

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

 a { background-color: rgb(144,83,236); }

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

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

 span { border-color: rgb(144,83,236); }

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