#9579BE

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

Shades of Purple Mountain's Majesty #9579BE

Tints of Purple Mountain's Majesty #9579BE

Color information

#9579BE (or 0x9579BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 79 and BE. RGB value is (149,121,190). Sum of RGB (Red+Green+Blue) = 149+121+190=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #9579BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579BE is #6A8641. Grayscale: #888888. Windows color (decimal): -6981186 or 12482965. OLE color: 12482965.

HSL color Cylindrical-coordinate representation of color #9579BE: hue angle of 264.35º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9579BE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149121190-
CMYK0.220.3600.25
HSL264.35º34.67%60.98%-
HSV(B)264.35º36.32%74.51%-
XYZ28.5323.7851.8-
YUV137.24157.78136.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.39%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=32.39%
G=26.30%
B=41.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491211900.220.3600.25264.3534.6760.98
Hex9579BE1624019108233d
Octal22517127626440314104375
Binary1001010111110011011111010110100100011001100001000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9579BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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