#957DAC

Color #957DAC Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #957DAC

Tints of Purple Mountain's Majesty #957DAC

Color information

#957DAC (or 0x957DAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7D and AC. RGB value is (149,125,172). Sum of RGB (Red+Green+Blue) = 149+125+172=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #957DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957DAC is #6A8253. Grayscale: #898989. Windows color (decimal): -6980180 or 11304341. OLE color: 11304341.

HSL color Cylindrical-coordinate representation of color #957DAC: hue angle of 270.64º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #957DAC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149125172-
CMYK0.130.2700.33
HSL270.64º22.07%58.24%-
HSV(B)270.64º27.33%67.45%-
XYZ27.1724.0442.24-
YUV137.53147.45136.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=33.41%
G=28.03%
B=38.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491251720.130.2700.33270.6422.0758.24
Hex957DACD1B02110f163a
Octal22517525415330414172672
Binary10010101111110110101100110111011010000110000111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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