#9079AC

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

Shades of Purple Mountain's Majesty #9079AC

Tints of Purple Mountain's Majesty #9079AC

Color information

#9079AC (or 0x9079AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 79 and AC. RGB value is (144,121,172). Sum of RGB (Red+Green+Blue) = 144+121+172=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #9079AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9079AC is #6F8653. Grayscale: #858585. Windows color (decimal): -7308884 or 11303312. OLE color: 11303312.

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

Color convert

RGB144121172-
CMYK0.160.3000.33
HSL267.06º23.5%57.45%-
HSV(B)267.06º29.65%67.45%-
XYZ25.7922.5842.03-
YUV133.69149.62135.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=32.95%
G=27.69%
B=39.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441211720.160.3000.33267.0623.557.45
Hex9079AC101E02110b1839
Octal22017125420360414133071
Binary100100001111001101011001000011110010000110000101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9079AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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