#957BD1

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

Shades of Medium Purple #957BD1

Tints of Medium Purple #957BD1

Color information

#957BD1 (or 0x957BD1) is unknown color: approx Medium Purple. HEX triplet: 95, 7B and D1. RGB value is (149,123,209). Sum of RGB (Red+Green+Blue) = 149+123+209=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #957BD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BD1 is #6A842E. Grayscale: #8C8C8C. Windows color (decimal): -6980655 or 13728661. OLE color: 13728661.

HSL color Cylindrical-coordinate representation of color #957BD1: hue angle of 258.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #957BD1 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB149123209-
CMYK0.290.4100.18
HSL258.14º48.31%65.1%-
HSV(B)258.14º41.15%81.96%-
XYZ30.9925.1663.54-
YUV140.58166.61134.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=30.98%
G=25.57%
B=43.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1491232090.290.4100.18258.1448.3165.1
Hex957BD11D290121023041
Octal225173321355102240260101
Binary10010101111101111010001111011010010100101000000101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,123,209); }

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

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

 a { background-color: rgb(149,123,209); }

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

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

 span { border-color: rgb(149,123,209); }

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