#905EDA

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

Shades of Medium Purple #905EDA

Tints of Medium Purple #905EDA

Color information

#905EDA (or 0x905EDA) is unknown color: approx Medium Purple. HEX triplet: 90, 5E and DA. RGB value is (144,94,218). Sum of RGB (Red+Green+Blue) = 144+94+218=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #905EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EDA is #6FA125. Grayscale: #7A7A7A. Windows color (decimal): -7315750 or 14311056. OLE color: 14311056.

HSL color Cylindrical-coordinate representation of color #905EDA: hue angle of 264.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #905EDA is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14494218-
CMYK0.340.5700.15
HSL264.19º62.63%61.18%-
HSV(B)264.19º56.88%85.49%-
XYZ28.161968.51-
YUV123.09181.56142.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.58%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 218 (85.55% from 255) = 47.81%
R=31.58%
G=20.61%
B=47.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144942180.340.5700.15264.1962.6361.18
Hex905EDA22390F1083f3d
Octal22013633242710174107775
Binary1001000010111101101101010001011100101111100001000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,94,218); }

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

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

 a { background-color: rgb(144,94,218); }

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

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

 span { border-color: rgb(144,94,218); }

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