#957DD6

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

Shades of Medium Purple #957DD6

Tints of Medium Purple #957DD6

Color information

#957DD6 (or 0x957DD6) is unknown color: approx Medium Purple. HEX triplet: 95, 7D and D6. RGB value is (149,125,214). Sum of RGB (Red+Green+Blue) = 149+125+214=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #957DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DD6 is #6A8229. Grayscale: #8D8D8D. Windows color (decimal): -6980138 or 14056853. OLE color: 14056853.

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

Color convert

RGB149125214-
CMYK0.300.4200.16
HSL256.18º52.05%66.47%-
HSV(B)256.18º41.59%83.92%-
XYZ31.8725.9166.94-
YUV142.32168.45132.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 125 (49.22% from 255) = 25.61%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=30.53%
G=25.61%
B=43.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1491252140.300.4200.16256.1852.0566.47
Hex957DD61E2A0101003442
Octal225175326365202040064102
Binary10010101111110111010110111101010100100001000000001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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