#957DDC

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

Shades of Medium Purple #957DDC

Tints of Medium Purple #957DDC

Color information

#957DDC (or 0x957DDC) is unknown color: approx Medium Purple. HEX triplet: 95, 7D and DC. RGB value is (149,125,220). Sum of RGB (Red+Green+Blue) = 149+125+220=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #957DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957DDC is #6A8223. Grayscale: #8E8E8E. Windows color (decimal): -6980132 or 14450069. OLE color: 14450069.

HSL color Cylindrical-coordinate representation of color #957DDC: hue angle of 255.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #957DDC is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149125220-
CMYK0.320.4300.14
HSL255.16º57.58%67.65%-
HSV(B)255.16º43.18%86.27%-
XYZ32.6526.2271.05-
YUV143.01171.45132.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=30.16%
G=25.30%
B=44.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491252200.320.4300.14255.1657.5867.65
Hex957DDC202B0Eff3a44
Octal225175334405301637772104
Binary1001010111111011101110010000010101101110111111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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