#905AE0

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

Shades of Medium Purple #905AE0

Tints of Medium Purple #905AE0

Color information

#905AE0 (or 0x905AE0) is unknown color: approx Medium Purple. HEX triplet: 90, 5A and E0. RGB value is (144,90,224). Sum of RGB (Red+Green+Blue) = 144+90+224=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #905AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905AE0 is #6FA51F. Grayscale: #787878. Windows color (decimal): -7316768 or 14703248. OLE color: 14703248.

HSL color Cylindrical-coordinate representation of color #905AE0: hue angle of 264.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #905AE0 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14490224-
CMYK0.360.6000.12
HSL264.18º68.37%61.57%-
HSV(B)264.18º59.82%87.84%-
XYZ28.6118.6272.61-
YUV121.42185.89144.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.44%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 224 (87.89% from 255) = 48.91%
R=31.44%
G=19.65%
B=48.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal144902240.360.6000.12264.1868.3761.57
Hex905AE0243C0C108443e
Octal220132340447401441010476
Binary10010000101101011100000100100111100011001000010001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905AE0; }

 p { color: rgb(144,90,224); }

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

<style>
 a { background-color: #905AE0; }

 a { background-color: rgb(144,90,224); }

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

<style>
 span { border-color: #905AE0; }

 span { border-color: rgb(144,90,224); }

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