#9578BA

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

Shades of Purple Mountain's Majesty #9578BA

Tints of Purple Mountain's Majesty #9578BA

Color information

#9578BA (or 0x9578BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 78 and BA. RGB value is (149,120,186). Sum of RGB (Red+Green+Blue) = 149+120+186=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #9578BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578BA is #6A8745. Grayscale: #878787. Windows color (decimal): -6981446 or 12220565. OLE color: 12220565.

HSL color Cylindrical-coordinate representation of color #9578BA: hue angle of 266.36º 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 #9578BA is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149120186-
CMYK0.200.3500.27
HSL266.36º32.35%60%-
HSV(B)266.36º35.48%72.94%-
XYZ27.9723.3749.49-
YUV136.2156.11137.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=32.75%
G=26.37%
B=40.88%

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
Decimal1491201860.200.3500.27266.3632.3560
Hex9578BA142301B10a203c
Octal22517027224430334124074
Binary1001010111110001011101010100100011011011100001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9578BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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