#9051EC

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

Shades of Medium Purple #9051EC

Tints of Medium Purple #9051EC

Color information

#9051EC (or 0x9051EC) is unknown color: approx Medium Purple. HEX triplet: 90, 51 and EC. RGB value is (144,81,236). Sum of RGB (Red+Green+Blue) = 144+81+236=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #9051EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9051EC is #6FAE13. Grayscale: #747474. Windows color (decimal): -7319060 or 15487376. OLE color: 15487376.

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

Color convert

RGB14481236-
CMYK0.390.6600.07
HSL264.39º80.31%62.16%-
HSV(B)264.39º65.68%92.55%-
XYZ29.5817.8781.25-
YUV117.51194.87146.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.24%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 236 (92.58% from 255) = 51.19%
R=31.24%
G=17.57%
B=51.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal144812360.390.6600.07264.3980.3162.16
Hex9051EC274207108503e
Octal220121354471020741012076
Binary10010000101000111101100100111100001001111000010001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9051EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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