Html Css Color HEX #957DAE Purple Mountain's Majesty

📋 copy color: '#957DAE'

red 149 ◦ green 125 ◦ blue 174

#957DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #957DAE

Tints of Purple Mountain's Majesty #957DAE

RGB

 RED value IS 149 (58.59% from 255) = 33.26%

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 174 (68.36% from 255) = 38.84%

R = 33.26%
G = 27.9%
B = 38.84%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#957DAE (or 0x957DAE) is known color: 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

RGB 149 125 174 -
CMYK 0.14 0.28 0 0.32
HSL 269.39º 0.23% 0.59% -
HSV(B) 269.39º 0.28% 0.68% -
XYZ 27.37 24.11 43.26 -
YUV 137.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 149 125 174 0.14 0.28 0 0.32 269.39 0.23 0.59
Hex 95 7D AE E 1C 0 20 10D 17 3B
Octal 225 175 256 16 34 0 40 415 27 73
Binary 10010101 1111101 10101110 1110 11100 0 100000 100001101 10111 111011

Color Harmonies of #957DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957DAE

Black with #957DAE

Text Example


Text Example

White with #957DAE

Text Example


Text Example

HTML Codes & Css Web 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>