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

📋 copy color: '#957EAB'

red 149 ◦ green 126 ◦ blue 171

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

Shades of Purple Mountain's Majesty #957EAB

Tints of Purple Mountain's Majesty #957EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 33.41%
G = 28.25%
B = 38.34%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#957EAB (or 0x957EAB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7E and AB. RGB value is (149,126,171). Sum of RGB (Red+Green+Blue) = 149+126+171=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #957EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957EAB is #6A8154. Grayscale: #898989. Windows color (decimal): -6979925 or 11239061. OLE color: 11239061.

HSL color Cylindrical-coordinate representation of color #957EAB: hue angle of 270.67º 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 #957EAB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 126 171 -
CMYK 0.13 0.26 0 0.33
HSL 270.67º 0.21% 0.58% -
HSV(B) 270.67º 0.26% 0.67% -
XYZ 27.21 24.25 41.78 -
YUV 138.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 149 126 171 0.13 0.26 0 0.33 270.67 0.21 0.58
Hex 95 7E AB D 1A 0 21 10F 15 3A
Octal 225 176 253 15 32 0 41 417 25 72
Binary 10010101 1111110 10101011 1101 11010 0 100001 100001111 10101 111010

Color Harmonies of #957EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EAB

Black with #957EAB

Text Example


Text Example

White with #957EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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