#957BD5

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

Shades of Medium Purple #957BD5

Tints of Medium Purple #957BD5

Color information

#957BD5 (or 0x957BD5) is unknown color: approx Medium Purple. HEX triplet: 95, 7B and D5. RGB value is (149,123,213). Sum of RGB (Red+Green+Blue) = 149+123+213=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #957BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BD5 is #6A842A. Grayscale: #8C8C8C. Windows color (decimal): -6980651 or 13990805. OLE color: 13990805.

HSL color Cylindrical-coordinate representation of color #957BD5: hue angle of 257.33º 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 #957BD5 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149123213-
CMYK0.300.4200.16
HSL257.33º51.72%65.88%-
HSV(B)257.33º42.25%83.53%-
XYZ31.4925.3666.19-
YUV141.03168.61133.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 123 (48.44% from 255) = 25.36%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=30.72%
G=25.36%
B=43.92%

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
Decimal1491232130.300.4200.16257.3351.7265.88
Hex957BD51E2A0101013442
Octal225173325365202040164102
Binary10010101111101111010101111101010100100001000000011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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