#957BBA

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

Shades of Purple Mountain's Majesty #957BBA

Tints of Purple Mountain's Majesty #957BBA

Color information

#957BBA (or 0x957BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7B and BA. RGB value is (149,123,186). Sum of RGB (Red+Green+Blue) = 149+123+186=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #957BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957BBA is #6A8445. Grayscale: #898989. Windows color (decimal): -6980678 or 12221333. OLE color: 12221333.

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

Color convert

RGB149123186-
CMYK0.200.3400.27
HSL264.76º31.34%60.59%-
HSV(B)264.76º33.87%72.94%-
XYZ28.3424.149.61-
YUV137.96155.11135.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 123 (48.44% from 255) = 26.86%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=32.53%
G=26.86%
B=40.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491231860.200.3400.27264.7631.3460.59
Hex957BBA142201B1091f3d
Octal22517327224420334113775
Binary100101011111011101110101010010001001101110000100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #957BBA;
 }
 .AnyTagClassName
 {
   color: #957BBA;
 }
</style>
background-color css

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

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

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

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

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

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