#9580BA

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

Shades of Purple Mountain's Majesty #9580BA

Tints of Purple Mountain's Majesty #9580BA

Color information

#9580BA (or 0x9580BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 80 and BA. RGB value is (149,128,186). Sum of RGB (Red+Green+Blue) = 149+128+186=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #9580BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580BA is #6A7F45. Grayscale: #8C8C8C. Windows color (decimal): -6979398 or 12222613. OLE color: 12222613.

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

Color convert

RGB149128186-
CMYK0.200.3100.27
HSL261.72º29.59%61.57%-
HSV(B)261.72º31.18%72.94%-
XYZ28.9825.3749.82-
YUV140.89153.46133.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.18%
GREEN value IS 128 (50.39% from 255) = 27.65%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=32.18%
G=27.65%
B=40.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491281860.200.3100.27261.7229.5961.57
Hex9580BA141F01B1061e3e
Octal22520027224370334063676
Binary100101011000000010111010101001111101101110000011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9580BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9580BA; }

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

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

<style>
 a { background-color: #9580BA; }

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

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

<style>
 span { border-color: #9580BA; }

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

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