#905DDE

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

Shades of Medium Purple #905DDE

Tints of Medium Purple #905DDE

Color information

#905DDE (or 0x905DDE) is unknown color: approx Medium Purple. HEX triplet: 90, 5D and DE. RGB value is (144,93,222). Sum of RGB (Red+Green+Blue) = 144+93+222=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #905DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DDE is #6FA221. Grayscale: #7A7A7A. Windows color (decimal): -7316002 or 14572944. OLE color: 14572944.

HSL color Cylindrical-coordinate representation of color #905DDE: hue angle of 263.72º 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 #905DDE is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14493222-
CMYK0.350.5800.13
HSL263.72º66.15%61.76%-
HSV(B)263.72º58.11%87.06%-
XYZ28.619.0371.27-
YUV122.95183.9143.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 93 (36.72% from 255) = 20.26%
BLUE value IS 222 (87.11% from 255) = 48.37%
R=31.37%
G=20.26%
B=48.37%

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
Decimal144932220.350.5800.13263.7266.1561.76
Hex905DDE233A0D108423e
Octal220135336437201541010276
Binary10010000101110111011110100011111010011011000010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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