#9055EA

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

Shades of Medium Purple #9055EA

Tints of Medium Purple #9055EA

Color information

#9055EA (or 0x9055EA) is unknown color: approx Medium Purple. HEX triplet: 90, 55 and EA. RGB value is (144,85,234). Sum of RGB (Red+Green+Blue) = 144+85+234=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #9055EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9055EA is #6FAA15. Grayscale: #777777. Windows color (decimal): -7318038 or 15357328. OLE color: 15357328.

HSL color Cylindrical-coordinate representation of color #9055EA: hue angle of 263.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9055EA is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14485234-
CMYK0.380.6400.08
HSL263.76º78.01%62.55%-
HSV(B)263.76º63.68%91.76%-
XYZ29.618.3779.83-
YUV119.63192.55145.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 234 (91.80% from 255) = 50.54%
R=31.10%
G=18.36%
B=50.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal144852340.380.6400.08263.7678.0162.55
Hex9055EA2640081084e3f
Octal2201253524610001041011677
Binary100100001010101111010101001101000000010001000010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9055EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9055EA; }

 p { color: rgb(144,85,234); }

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

<style>
 a { background-color: #9055EA; }

 a { background-color: rgb(144,85,234); }

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

<style>
 span { border-color: #9055EA; }

 span { border-color: rgb(144,85,234); }

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