#905EDE

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

Shades of Medium Purple #905EDE

Tints of Medium Purple #905EDE

Color information

#905EDE (or 0x905EDE) is unknown color: approx Medium Purple. HEX triplet: 90, 5E and DE. RGB value is (144,94,222). Sum of RGB (Red+Green+Blue) = 144+94+222=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #905EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EDE is #6FA121. Grayscale: #7B7B7B. Windows color (decimal): -7315746 or 14573200. OLE color: 14573200.

HSL color Cylindrical-coordinate representation of color #905EDE: hue angle of 263.44º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #905EDE is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14494222-
CMYK0.350.5800.13
HSL263.44º65.98%61.96%-
HSV(B)263.44º57.66%87.06%-
XYZ28.6919.2171.3-
YUV123.54183.56142.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 222 (87.11% from 255) = 48.26%
R=31.30%
G=20.43%
B=48.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144942220.350.5800.13263.4465.9861.96
Hex905EDE233A0D107423e
Octal220136336437201540710276
Binary10010000101111011011110100011111010011011000001111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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