#915DE1

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

Shades of Medium Purple #915DE1

Tints of Medium Purple #915DE1

Color information

#915DE1 (or 0x915DE1) is unknown color: approx Medium Purple. HEX triplet: 91, 5D and E1. RGB value is (145,93,225). Sum of RGB (Red+Green+Blue) = 145+93+225=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 93 (36.72% from 255 or 20.09% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #915DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DE1 is #6EA21E. Grayscale: #7B7B7B. Windows color (decimal): -7250463 or 14769553. OLE color: 14769553.

HSL color Cylindrical-coordinate representation of color #915DE1: hue angle of 263.64º 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 #915DE1 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14593225-
CMYK0.360.5900.12
HSL263.64º68.75%62.35%-
HSV(B)263.64º58.67%88.24%-
XYZ29.1819.2873.42-
YUV123.6185.23143.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 93 (36.72% from 255) = 20.09%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=31.32%
G=20.09%
B=48.60%

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
Decimal145932250.360.5900.12263.6468.7562.35
Hex915DE1243B0C108453e
Octal221135341447301441010576
Binary10010001101110111100001100100111011011001000010001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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