#9054E6

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

Shades of Medium Purple #9054E6

Tints of Medium Purple #9054E6

Color information

#9054E6 (or 0x9054E6) is unknown color: approx Medium Purple. HEX triplet: 90, 54 and E6. RGB value is (144,84,230). Sum of RGB (Red+Green+Blue) = 144+84+230=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #9054E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9054E6 is #6FAB19. Grayscale: #767676. Windows color (decimal): -7318298 or 15094928. OLE color: 15094928.

HSL color Cylindrical-coordinate representation of color #9054E6: hue angle of 264.66º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9054E6 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14484230-
CMYK0.370.6300.10
HSL264.66º74.49%61.57%-
HSV(B)264.66º63.48%90.2%-
XYZ28.9517.9876.81-
YUV118.58190.88146.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.44%
GREEN value IS 84 (33.20% from 255) = 18.34%
BLUE value IS 230 (90.23% from 255) = 50.22%
R=31.44%
G=18.34%
B=50.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal144842300.370.6300.10264.6674.4961.57
Hex9054E6253F0A1094a3e
Octal220124346457701241111276
Binary10010000101010011100110100101111111010101000010011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9054E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9054E6; }

 p { color: rgb(144,84,230); }

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

<style>
 a { background-color: #9054E6; }

 a { background-color: rgb(144,84,230); }

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

<style>
 span { border-color: #9054E6; }

 span { border-color: rgb(144,84,230); }

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