#9077BA

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

Shades of Purple Mountain's Majesty #9077BA

Tints of Purple Mountain's Majesty #9077BA

Color information

#9077BA (or 0x9077BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 77 and BA. RGB value is (144,119,186). Sum of RGB (Red+Green+Blue) = 144+119+186=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #9077BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077BA is #6F8845. Grayscale: #858585. Windows color (decimal): -7309382 or 12220304. OLE color: 12220304.

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

Color convert

RGB144119186-
CMYK0.230.3600.27
HSL262.39º32.68%59.8%-
HSV(B)262.39º36.02%72.94%-
XYZ26.9622.6749.41-
YUV134.11157.28135.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.07%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=32.07%
G=26.50%
B=41.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441191860.230.3600.27262.3932.6859.8
Hex9077BA172401B106213c
Octal22016727227440334064174
Binary1001000011101111011101010111100100011011100000110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,119,186); }

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

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

 a { background-color: rgb(144,119,186); }

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

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

 span { border-color: rgb(144,119,186); }

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