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

📋 copy color: '#957EBA'

red 149 ◦ green 126 ◦ blue 186

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

Shades of Purple Mountain's Majesty #957EBA

Tints of Purple Mountain's Majesty #957EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 32.32%
G = 27.33%
B = 40.35%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#957EBA (or 0x957EBA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7E and BA. RGB value is (149,126,186). Sum of RGB (Red+Green+Blue) = 149+126+186=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #957EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957EBA is #6A8145. Grayscale: #8B8B8B. Windows color (decimal): -6979910 or 12222101. OLE color: 12222101.

HSL color Cylindrical-coordinate representation of color #957EBA: hue angle of 263º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957EBA is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 126 186 -
CMYK 0.20 0.32 0 0.27
HSL 263º 0.3% 0.61% -
HSV(B) 263º 0.32% 0.73% -
XYZ 28.72 24.86 49.74 -
YUV 139.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 149 126 186 0.20 0.32 0 0.27 263 0.3 0.61
Hex 95 7E BA 14 20 0 1B 107 1E 3D
Octal 225 176 272 24 40 0 33 407 36 75
Binary 10010101 1111110 10111010 10100 100000 0 11011 100000111 11110 111101

Color Harmonies of #957EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EBA

Black with #957EBA

Text Example


Text Example

White with #957EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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