#915FEC

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

Shades of Medium Purple #915FEC

Tints of Medium Purple #915FEC

Color information

#915FEC (or 0x915FEC) is unknown color: approx Medium Purple. HEX triplet: 91, 5F and EC. RGB value is (145,95,236). Sum of RGB (Red+Green+Blue) = 145+95+236=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #915FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #915FEC is #6EA013. Grayscale: #7D7D7D. Windows color (decimal): -7249940 or 15490961. OLE color: 15490961.

HSL color Cylindrical-coordinate representation of color #915FEC: hue angle of 261.28º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #915FEC is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14595236-
CMYK0.390.6000.07
HSL261.28º78.77%64.9%-
HSV(B)261.28º59.75%92.55%-
XYZ30.9120.2681.64-
YUV126.02190.06141.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.46%
GREEN value IS 95 (37.5% from 255) = 19.96%
BLUE value IS 236 (92.58% from 255) = 49.58%
R=30.46%
G=19.96%
B=49.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal145952360.390.6000.07261.2878.7764.9
Hex915FEC273C071054f41
Octal221137354477407405117101
Binary10010001101111111101100100111111100011110000010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,95,236); }

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

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

 a { background-color: rgb(145,95,236); }

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

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

 span { border-color: rgb(145,95,236); }

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