#957EE1

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

Shades of Medium Purple #957EE1

Tints of Medium Purple #957EE1

Color information

#957EE1 (or 0x957EE1) is unknown color: approx Medium Purple. HEX triplet: 95, 7E and E1. RGB value is (149,126,225). Sum of RGB (Red+Green+Blue) = 149+126+225=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #957EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EE1 is #6A811E. Grayscale: #8F8F8F. Windows color (decimal): -6979871 or 14778005. OLE color: 14778005.

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

Color convert

RGB149126225-
CMYK0.340.4400.12
HSL253.94º62.26%68.82%-
HSV(B)253.94º44%88.24%-
XYZ33.4526.7574.63-
YUV144.16173.62131.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.8%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 225 (88.28% from 255) = 45%
R=29.8%
G=25.2%
B=45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1491262250.340.4400.12253.9462.2668.82
Hex957EE1222C0Cfe3e45
Octal225176341425401437676105
Binary1001010111111101110000110001010110001100111111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,126,225); }

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

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

 a { background-color: rgb(149,126,225); }

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

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

 span { border-color: rgb(149,126,225); }

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