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

📋 copy color: '#957EAF'

red 149 ◦ green 126 ◦ blue 175

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

Shades of Purple Mountain's Majesty #957EAF

Tints of Purple Mountain's Majesty #957EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 33.11%
G = 28%
B = 38.89%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#957EAF (or 0x957EAF) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7E and AF. RGB value is (149,126,175). Sum of RGB (Red+Green+Blue) = 149+126+175=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 175 - color contains mainly: blue. Hex color #957EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957EAF is #6A8150. Grayscale: #8A8A8A. Windows color (decimal): -6979921 or 11501205. OLE color: 11501205.

HSL color Cylindrical-coordinate representation of color #957EAF: hue angle of 268.16º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #957EAF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 126 175 -
CMYK 0.15 0.28 0 0.31
HSL 268.16º 0.23% 0.59% -
HSV(B) 268.16º 0.28% 0.69% -
XYZ 27.59 24.41 43.81 -
YUV 138.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 149 126 175 0.15 0.28 0 0.31 268.16 0.23 0.59
Hex 95 7E AF F 1C 0 1F 10C 17 3B
Octal 225 176 257 17 34 0 37 414 27 73
Binary 10010101 1111110 10101111 1111 11100 0 11111 100001100 10111 111011

Color Harmonies of #957EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EAF

Black with #957EAF

Text Example


Text Example

White with #957EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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