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

📋 copy color: '#957BAD'

red 149 ◦ green 123 ◦ blue 173

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

Shades of Purple Mountain's Majesty #957BAD

Tints of Purple Mountain's Majesty #957BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.64%

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

R = 33.48%
G = 27.64%
B = 38.88%

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

#957BAD (or 0x957BAD) is known color: Purple Mountain's Majesty. HEX triplet: 95, 7B and AD. RGB value is (149,123,173). Sum of RGB (Red+Green+Blue) = 149+123+173=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #957BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957BAD is #6A8452. Grayscale: #888888. Windows color (decimal): -6980691 or 11369365. OLE color: 11369365.

HSL color Cylindrical-coordinate representation of color #957BAD: hue angle of 271.2º degrees, saturation: 0.23, 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 #957BAD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 123 173 -
CMYK 0.14 0.29 0 0.32
HSL 271.2º 0.23% 0.58% -
HSV(B) 271.2º 0.29% 0.68% -
XYZ 27.02 23.57 42.66 -
YUV 136.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 149 123 173 0.14 0.29 0 0.32 271.2 0.23 0.58
Hex 95 7B AD E 1D 0 20 10F 17 3A
Octal 225 173 255 16 35 0 40 417 27 72
Binary 10010101 1111011 10101101 1110 11101 0 100000 100001111 10111 111010

Color Harmonies of #957BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957BAD

Black with #957BAD

Text Example


Text Example

White with #957BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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