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

📋 copy color: '#957EAE'

red 149 ◦ green 126 ◦ blue 174

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

Shades of Purple Mountain's Majesty #957EAE

Tints of Purple Mountain's Majesty #957EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.06%

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

R = 33.18%
G = 28.06%
B = 38.75%

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

#957EAE (or 0x957EAE) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7E and AE. RGB value is (149,126,174). Sum of RGB (Red+Green+Blue) = 149+126+174=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #957EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957EAE is #6A8151. Grayscale: #8A8A8A. Windows color (decimal): -6979922 or 11435669. OLE color: 11435669.

HSL color Cylindrical-coordinate representation of color #957EAE: hue angle of 268.75º 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 #957EAE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 126 174 -
CMYK 0.14 0.28 0 0.32
HSL 268.75º 0.23% 0.59% -
HSV(B) 268.75º 0.28% 0.68% -
XYZ 27.5 24.37 43.3 -
YUV 138.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 149 126 174 0.14 0.28 0 0.32 268.75 0.23 0.59
Hex 95 7E AE E 1C 0 20 10D 17 3B
Octal 225 176 256 16 34 0 40 415 27 73
Binary 10010101 1111110 10101110 1110 11100 0 100000 100001101 10111 111011

Color Harmonies of #957EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EAE

Black with #957EAE

Text Example


Text Example

White with #957EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #957EAE;
 }
 .AnyTagClassName
 {
   color: #957EAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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