#9579BA

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

Shades of Purple Mountain's Majesty #9579BA

Tints of Purple Mountain's Majesty #9579BA

Color information

#9579BA (or 0x9579BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 79 and BA. RGB value is (149,121,186). Sum of RGB (Red+Green+Blue) = 149+121+186=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #9579BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579BA is #6A8645. Grayscale: #888888. Windows color (decimal): -6981190 or 12220821. OLE color: 12220821.

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

Color convert

RGB149121186-
CMYK0.200.3500.27
HSL265.85º32.02%60.2%-
HSV(B)265.85º34.95%72.94%-
XYZ28.0923.6149.53-
YUV136.78155.78136.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=32.68%
G=26.54%
B=40.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491211860.200.3500.27265.8532.0260.2
Hex9579BA142301B10a203c
Octal22517127224430334124074
Binary1001010111110011011101010100100011011011100001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9579BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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