#957ED7

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

Shades of Medium Purple #957ED7

Tints of Medium Purple #957ED7

Color information

#957ED7 (or 0x957ED7) is unknown color: approx Medium Purple. HEX triplet: 95, 7E and D7. RGB value is (149,126,215). Sum of RGB (Red+Green+Blue) = 149+126+215=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #957ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ED7 is #6A8128. Grayscale: #8E8E8E. Windows color (decimal): -6979881 or 14122645. OLE color: 14122645.

HSL color Cylindrical-coordinate representation of color #957ED7: hue angle of 255.51º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #957ED7 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149126215-
CMYK0.310.4100.16
HSL255.51º52.66%66.86%-
HSV(B)255.51º41.4%84.31%-
XYZ32.1226.2267.66-
YUV143.02168.62132.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 126 (49.61% from 255) = 25.71%
BLUE value IS 215 (84.38% from 255) = 43.88%
R=30.41%
G=25.71%
B=43.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491262150.310.4100.16255.5152.6666.86
Hex957ED71F290101003543
Octal225176327375102040065103
Binary10010101111111011010111111111010010100001000000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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