#957ABA

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

Shades of Purple Mountain's Majesty #957ABA

Tints of Purple Mountain's Majesty #957ABA

Color information

#957ABA (or 0x957ABA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 7A and BA. RGB value is (149,122,186). Sum of RGB (Red+Green+Blue) = 149+122+186=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #957ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ABA is #6A8545. Grayscale: #898989. Windows color (decimal): -6980934 or 12221077. OLE color: 12221077.

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

Color convert

RGB149122186-
CMYK0.200.3400.27
HSL265.31º31.68%60.39%-
HSV(B)265.31º34.41%72.94%-
XYZ28.2223.8549.57-
YUV137.37155.45136.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=32.60%
G=26.70%
B=40.70%

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
Decimal1491221860.200.3400.27265.3131.6860.39
Hex957ABA142201B109203c
Octal22517227224420334114074
Binary1001010111110101011101010100100010011011100001001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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