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

📋 copy color: '#957AAD'

red 149 ◦ green 122 ◦ blue 173

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

Shades of Purple Mountain's Majesty #957AAD

Tints of Purple Mountain's Majesty #957AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.48%

 BLUE value IS 173 (67.97% from 255) = 38.96%

R = 33.56%
G = 27.48%
B = 38.96%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#957AAD (or 0x957AAD) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7A and AD. RGB value is (149,122,173). Sum of RGB (Red+Green+Blue) = 149+122+173=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #957AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957AAD is #6A8552. Grayscale: #878787. Windows color (decimal): -6980947 or 11369109. OLE color: 11369109.

HSL color Cylindrical-coordinate representation of color #957AAD: hue angle of 271.76º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #957AAD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 122 173 -
CMYK 0.14 0.29 0 0.32
HSL 271.76º 0.24% 0.58% -
HSV(B) 271.76º 0.29% 0.68% -
XYZ 26.9 23.33 42.62 -
YUV 135.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 149 122 173 0.14 0.29 0 0.32 271.76 0.24 0.58
Hex 95 7A AD E 1D 0 20 110 18 3A
Octal 225 172 255 16 35 0 40 420 30 72
Binary 10010101 1111010 10101101 1110 11101 0 100000 100010000 11000 111010

Color Harmonies of #957AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AAD

Black with #957AAD

Text Example


Text Example

White with #957AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,122,173); }

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

background-color css

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

 a { background-color: rgb(149,122,173); }

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

border-color css

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

 span { border-color: rgb(149,122,173); }

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