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

📋 copy color: '#957EAA'

red 149 ◦ green 126 ◦ blue 170

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

Shades of Purple Mountain's Majesty #957EAA

Tints of Purple Mountain's Majesty #957EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.2%

R = 33.48%
G = 28.31%
B = 38.2%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#957EAA (or 0x957EAA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7E and AA. RGB value is (149,126,170). Sum of RGB (Red+Green+Blue) = 149+126+170=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #957EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957EAA is #6A8155. Grayscale: #898989. Windows color (decimal): -6979926 or 11173525. OLE color: 11173525.

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

Color convert

RGB 149 126 170 -
CMYK 0.12 0.26 0 0.33
HSL 271.36º 0.21% 0.58% -
HSV(B) 271.36º 0.26% 0.67% -
XYZ 27.11 24.21 41.27 -
YUV 137.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 149 126 170 0.12 0.26 0 0.33 271.36 0.21 0.58
Hex 95 7E AA C 1A 0 21 10F 15 3A
Octal 225 176 252 14 32 0 41 417 25 72
Binary 10010101 1111110 10101010 1100 11010 0 100001 100001111 10101 111010

Color Harmonies of #957EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EAA

Black with #957EAA

Text Example


Text Example

White with #957EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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