#915EE1

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

Shades of Medium Purple #915EE1

Tints of Medium Purple #915EE1

Color information

#915EE1 (or 0x915EE1) is unknown color: approx Medium Purple. HEX triplet: 91, 5E and E1. RGB value is (145,94,225). Sum of RGB (Red+Green+Blue) = 145+94+225=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #915EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EE1 is #6EA11E. Grayscale: #7B7B7B. Windows color (decimal): -7250207 or 14769809. OLE color: 14769809.

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

Color convert

RGB14594225-
CMYK0.360.5800.12
HSL263.36º68.59%62.55%-
HSV(B)263.36º58.22%88.24%-
XYZ29.2719.4673.45-
YUV124.18184.9142.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.25%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 225 (88.28% from 255) = 48.49%
R=31.25%
G=20.26%
B=48.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal145942250.360.5800.12263.3668.5962.55
Hex915EE1243A0C107453f
Octal221136341447201440710577
Binary10010001101111011100001100100111010011001000001111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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