#9055EE

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

Shades of Medium Purple #9055EE

Tints of Medium Purple #9055EE

Color information

#9055EE (or 0x9055EE) is unknown color: approx Medium Purple. HEX triplet: 90, 55 and EE. RGB value is (144,85,238). Sum of RGB (Red+Green+Blue) = 144+85+238=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #9055EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9055EE is #6FAA11. Grayscale: #777777. Windows color (decimal): -7318034 or 15619472. OLE color: 15619472.

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

Color convert

RGB14485238-
CMYK0.390.6400.07
HSL263.14º81.82%63.33%-
HSV(B)263.14º64.29%93.33%-
XYZ30.1818.682.89-
YUV120.08194.55145.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.84%
GREEN value IS 85 (33.59% from 255) = 18.20%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=30.84%
G=18.20%
B=50.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal144852380.390.6400.07263.1481.8263.33
Hex9055EE274007107523f
Octal220125356471000740712277
Binary10010000101010111101110100111100000001111000001111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9055EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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