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

📋 copy color: '#957CBF'

red 149 ◦ green 124 ◦ blue 191

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

Shades of Purple Mountain's Majesty #957CBF

Tints of Purple Mountain's Majesty #957CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.72%

 BLUE value IS 191 (75% from 255) = 41.16%

R = 32.11%
G = 26.72%
B = 41.16%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#957CBF (or 0x957CBF) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7C and BF. RGB value is (149,124,191). Sum of RGB (Red+Green+Blue) = 149+124+191=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #957CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CBF is #6A8340. Grayscale: #8A8A8A. Windows color (decimal): -6980417 or 12549269. OLE color: 12549269.

HSL color Cylindrical-coordinate representation of color #957CBF: hue angle of 262.39º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #957CBF is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 124 191 -
CMYK 0.22 0.35 0 0.25
HSL 262.39º 0.34% 0.62% -
HSV(B) 262.39º 0.35% 0.75% -
XYZ 29.01 24.57 52.5 -
YUV 139.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 149 124 191 0.22 0.35 0 0.25 262.39 0.34 0.62
Hex 95 7C BF 16 23 0 19 106 22 3E
Octal 225 174 277 26 43 0 31 406 42 76
Binary 10010101 1111100 10111111 10110 100011 0 11001 100000110 100010 111110

Color Harmonies of #957CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CBF

Black with #957CBF

Text Example


Text Example

White with #957CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,124,191); }

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

background-color css

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

 a { background-color: rgb(149,124,191); }

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

border-color css

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

 span { border-color: rgb(149,124,191); }

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