#905DE1

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

Shades of Medium Purple #905DE1

Tints of Medium Purple #905DE1

Color information

#905DE1 (or 0x905DE1) is unknown color: approx Medium Purple. HEX triplet: 90, 5D and E1. RGB value is (144,93,225). Sum of RGB (Red+Green+Blue) = 144+93+225=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #905DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DE1 is #6FA21E. Grayscale: #7A7A7A. Windows color (decimal): -7315999 or 14769552. OLE color: 14769552.

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

Color convert

RGB14493225-
CMYK0.360.5900.12
HSL263.18º68.75%62.35%-
HSV(B)263.18º58.67%88.24%-
XYZ29.0119.1973.41-
YUV123.3185.4142.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.17%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 225 (88.28% from 255) = 48.70%
R=31.17%
G=20.13%
B=48.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal144932250.360.5900.12263.1868.7562.35
Hex905DE1243B0C107453e
Octal220135341447301440710576
Binary10010000101110111100001100100111011011001000001111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,93,225); }

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

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

 a { background-color: rgb(144,93,225); }

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

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

 span { border-color: rgb(144,93,225); }

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