#9077AC

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

Shades of Purple Mountain's Majesty #9077AC

Tints of Purple Mountain's Majesty #9077AC

Color information

#9077AC (or 0x9077AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 77 and AC. RGB value is (144,119,172). Sum of RGB (Red+Green+Blue) = 144+119+172=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #9077AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9077AC is #6F8853. Grayscale: #848484. Windows color (decimal): -7309396 or 11302800. OLE color: 11302800.

HSL color Cylindrical-coordinate representation of color #9077AC: hue angle of 268.3º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9077AC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144119172-
CMYK0.160.3100.33
HSL268.3º24.2%57.06%-
HSV(B)268.3º30.81%67.45%-
XYZ25.5422.141.95-
YUV132.52150.28136.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=33.10%
G=27.36%
B=39.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441191720.160.3100.33268.324.257.06
Hex9077AC101F02110c1839
Octal22016725420370414143071
Binary100100001110111101011001000011111010000110000110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9077AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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