#915BE1

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

Shades of Medium Purple #915BE1

Tints of Medium Purple #915BE1

Color information

#915BE1 (or 0x915BE1) is unknown color: approx Medium Purple. HEX triplet: 91, 5B and E1. RGB value is (145,91,225). Sum of RGB (Red+Green+Blue) = 145+91+225=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #915BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BE1 is #6EA41E. Grayscale: #797979. Windows color (decimal): -7250975 or 14769041. OLE color: 14769041.

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

Color convert

RGB14591225-
CMYK0.360.6000.12
HSL264.18º69.07%61.96%-
HSV(B)264.18º59.56%88.24%-
XYZ29.0118.9473.36-
YUV122.42185.89144.1-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 225 (88.28% from 255) = 48.81%
R=31.45%
G=19.74%
B=48.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal145912250.360.6000.12264.1869.0761.96
Hex915BE1243C0C108453e
Octal221133341447401441010576
Binary10010001101101111100001100100111100011001000010001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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