#9578AE

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

Shades of Purple Mountain's Majesty #9578AE

Tints of Purple Mountain's Majesty #9578AE

Color information

#9578AE (or 0x9578AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 78 and AE. RGB value is (149,120,174). Sum of RGB (Red+Green+Blue) = 149+120+174=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #9578AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9578AE is #6A8751. Grayscale: #868686. Windows color (decimal): -6981458 or 11434133. OLE color: 11434133.

HSL color Cylindrical-coordinate representation of color #9578AE: hue angle of 272.22º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9578AE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149120174-
CMYK0.140.3100.32
HSL272.22º25%57.65%-
HSV(B)272.22º31.03%68.24%-
XYZ26.7522.8843.05-
YUV134.83150.11138.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=33.63%
G=27.09%
B=39.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491201740.140.3100.32272.222557.65
Hex9578AEE1F020110193a
Octal22517025616370404203172
Binary10010101111100010101110111011111010000010001000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9578AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9578AE; }

 p { color: rgb(149,120,174); }

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

<style>
 a { background-color: #9578AE; }

 a { background-color: rgb(149,120,174); }

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

<style>
 span { border-color: #9578AE; }

 span { border-color: rgb(149,120,174); }

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