#957BAD

Color #957BAD Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #957BAD

Tints of Purple Mountain's Majesty #957BAD

Color information

#957BAD (or 0x957BAD) is unknown color: approx 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

RGB149123173-
CMYK0.140.2900.32
HSL271.2º23.36%58.04%-
HSV(B)271.2º28.9%67.84%-
XYZ27.0223.5742.66-
YUV136.47148.61136.93-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491231730.140.2900.32271.223.3658.04
Hex957BADE1D02010f173a
Octal22517325516350404172772
Binary10010101111101110101101111011101010000010000111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>