#957DAE

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

Shades of Purple Mountain's Majesty #957DAE

Tints of Purple Mountain's Majesty #957DAE

Color information

#957DAE (or 0x957DAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7D and AE. RGB value is (149,125,174). Sum of RGB (Red+Green+Blue) = 149+125+174=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #957DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957DAE is #6A8251. Grayscale: #898989. Windows color (decimal): -6980178 or 11435413. OLE color: 11435413.

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

Color convert

RGB149125174-
CMYK0.140.2800.32
HSL269.39º23.22%58.63%-
HSV(B)269.39º28.16%68.24%-
XYZ27.3724.1143.26-
YUV137.76148.45136.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.26%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=33.26%
G=27.90%
B=38.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491251740.140.2800.32269.3923.2258.63
Hex957DAEE1C02010d173b
Octal22517525616340404152773
Binary10010101111110110101110111011100010000010000110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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