#957DD5

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

Shades of Medium Purple #957DD5

Tints of Medium Purple #957DD5

Color information

#957DD5 (or 0x957DD5) is unknown color: approx Medium Purple. HEX triplet: 95, 7D and D5. RGB value is (149,125,213). Sum of RGB (Red+Green+Blue) = 149+125+213=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #957DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DD5 is #6A822A. Grayscale: #8D8D8D. Windows color (decimal): -6980139 or 13991317. OLE color: 13991317.

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

Color convert

RGB149125213-
CMYK0.300.4100.16
HSL256.36º51.16%66.27%-
HSV(B)256.36º41.31%83.53%-
XYZ31.7425.8666.27-
YUV142.21167.95132.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 213 (83.59% from 255) = 43.74%
R=30.60%
G=25.67%
B=43.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491252130.300.4100.16256.3651.1666.27
Hex957DD51E290101003342
Octal225175325365102040063102
Binary10010101111110111010101111101010010100001000000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,125,213); }

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

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

 a { background-color: rgb(149,125,213); }

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

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

 span { border-color: rgb(149,125,213); }

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