#915AE4

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

Shades of Medium Purple #915AE4

Tints of Medium Purple #915AE4

Color information

#915AE4 (or 0x915AE4) is unknown color: approx Medium Purple. HEX triplet: 91, 5A and E4. RGB value is (145,90,228). Sum of RGB (Red+Green+Blue) = 145+90+228=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #915AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915AE4 is #6EA51B. Grayscale: #797979. Windows color (decimal): -7251228 or 14965393. OLE color: 14965393.

HSL color Cylindrical-coordinate representation of color #915AE4: hue angle of 263.91º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #915AE4 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14590228-
CMYK0.360.6100.11
HSL263.91º71.88%62.35%-
HSV(B)263.91º60.53%89.41%-
XYZ29.3418.9375.51-
YUV122.18187.72144.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 90 (35.55% from 255) = 19.44%
BLUE value IS 228 (89.45% from 255) = 49.24%
R=31.32%
G=19.44%
B=49.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal145902280.360.6100.11263.9171.8862.35
Hex915AE4243D0B108483e
Octal221132344447501341011076
Binary10010001101101011100100100100111101010111000010001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,90,228); }

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

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

 a { background-color: rgb(145,90,228); }

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

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

 span { border-color: rgb(145,90,228); }

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