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

📋 copy color: '#957FAB'

red 149 ◦ green 127 ◦ blue 171

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

Shades of Purple Mountain's Majesty #957FAB

Tints of Purple Mountain's Majesty #957FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

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

R = 33.33%
G = 28.41%
B = 38.26%

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

#957FAB (or 0x957FAB) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7F and AB. RGB value is (149,127,171). Sum of RGB (Red+Green+Blue) = 149+127+171=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #957FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957FAB is #6A8054. Grayscale: #8A8A8A. Windows color (decimal): -6979669 or 11239317. OLE color: 11239317.

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

Color convert

RGB 149 127 171 -
CMYK 0.13 0.26 0 0.33
HSL 270º 0.21% 0.58% -
HSV(B) 270º 0.26% 0.67% -
XYZ 27.33 24.51 41.82 -
YUV 138.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 149 127 171 0.13 0.26 0 0.33 270 0.21 0.58
Hex 95 7F AB D 1A 0 21 10E 15 3A
Octal 225 177 253 15 32 0 41 416 25 72
Binary 10010101 1111111 10101011 1101 11010 0 100001 100001110 10101 111010

Color Harmonies of #957FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FAB

Black with #957FAB

Text Example


Text Example

White with #957FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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