#905DF1

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

Shades of Medium Purple #905DF1

Tints of Medium Purple #905DF1

Color information

#905DF1 (or 0x905DF1) is unknown color: approx Medium Purple. HEX triplet: 90, 5D and F1. RGB value is (144,93,241). Sum of RGB (Red+Green+Blue) = 144+93+241=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #905DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905DF1 is #6FA20E. Grayscale: #7C7C7C. Windows color (decimal): -7315983 or 15818128. OLE color: 15818128.

HSL color Cylindrical-coordinate representation of color #905DF1: hue angle of 260.68º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #905DF1 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14493241-
CMYK0.400.6100.05
HSL260.68º84.09%65.49%-
HSV(B)260.68º61.41%94.51%-
XYZ31.2920.1185.45-
YUV125.12193.4141.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.13%
GREEN value IS 93 (36.72% from 255) = 19.46%
BLUE value IS 241 (94.53% from 255) = 50.42%
R=30.13%
G=19.46%
B=50.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal144932410.400.6100.05260.6884.0965.49
Hex905DF1283D051055441
Octal220135361507505405124101
Binary10010000101110111110001101000111101010110000010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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