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

📋 copy color: '#957FBA'

red 149 ◦ green 127 ◦ blue 186

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

Shades of Purple Mountain's Majesty #957FBA

Tints of Purple Mountain's Majesty #957FBA

RGB

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

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

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

R = 32.25%
G = 27.49%
B = 40.26%

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

#957FBA (or 0x957FBA) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7F and BA. RGB value is (149,127,186). Sum of RGB (Red+Green+Blue) = 149+127+186=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #957FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FBA is #6A8045. Grayscale: #8C8C8C. Windows color (decimal): -6979654 or 12222357. OLE color: 12222357.

HSL color Cylindrical-coordinate representation of color #957FBA: hue angle of 262.37º 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 #957FBA is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 127 186 -
CMYK 0.20 0.32 0 0.27
HSL 262.37º 0.3% 0.61% -
HSV(B) 262.37º 0.32% 0.73% -
XYZ 28.85 25.11 49.78 -
YUV 140.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 149 127 186 0.20 0.32 0 0.27 262.37 0.3 0.61
Hex 95 7F BA 14 20 0 1B 106 1E 3D
Octal 225 177 272 24 40 0 33 406 36 75
Binary 10010101 1111111 10111010 10100 100000 0 11011 100000110 11110 111101

Color Harmonies of #957FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FBA

Black with #957FBA

Text Example


Text Example

White with #957FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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