#9076AC

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

Shades of Purple Mountain's Majesty #9076AC

Tints of Purple Mountain's Majesty #9076AC

Color information

#9076AC (or 0x9076AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 76 and AC. RGB value is (144,118,172). Sum of RGB (Red+Green+Blue) = 144+118+172=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #9076AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9076AC is #6F8953. Grayscale: #838383. Windows color (decimal): -7309652 or 11302544. OLE color: 11302544.

HSL color Cylindrical-coordinate representation of color #9076AC: hue angle of 268.89º degrees, saturation: 0.25, 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 #9076AC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144118172-
CMYK0.160.3100.33
HSL268.89º24.55%56.86%-
HSV(B)268.89º31.4%67.45%-
XYZ25.4321.8641.91-
YUV131.93150.61136.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.18%
GREEN value IS 118 (46.48% from 255) = 27.19%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=33.18%
G=27.19%
B=39.63%

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
Decimal1441181720.160.3100.33268.8924.5556.86
Hex9076AC101F02110d1939
Octal22016625420370414153171
Binary100100001110110101011001000011111010000110000110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9076AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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