Html Css Color HEX #9079AA Purple Mountain's Majesty

📋 copy color: '#9079AA'

red 144 ◦ green 121 ◦ blue 170

#9079AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9079AA

Tints of Purple Mountain's Majesty #9079AA

RGB

 RED value IS 144 (56.64% from 255) = 33.1%

 GREEN value IS 121 (47.66% from 255) = 27.82%

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 33.1%
G = 27.82%
B = 39.08%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9079AA (or 0x9079AA) is known color: Purple Mountain's Majesty. HEX triplet: 90, 79 and AA. RGB value is (144,121,170). Sum of RGB (Red+Green+Blue) = 144+121+170=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #9079AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9079AA is #6F8655. Grayscale: #858585. Windows color (decimal): -7308886 or 11172240. OLE color: 11172240.

HSL color Cylindrical-coordinate representation of color #9079AA: hue angle of 268.16º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9079AA is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 121 170 -
CMYK 0.15 0.29 0 0.33
HSL 268.16º 0.22% 0.57% -
HSV(B) 268.16º 0.29% 0.67% -
XYZ 25.59 22.51 41.03 -
YUV 133.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 144 121 170 0.15 0.29 0 0.33 268.16 0.22 0.57
Hex 90 79 AA F 1D 0 21 10C 16 39
Octal 220 171 252 17 35 0 41 414 26 71
Binary 10010000 1111001 10101010 1111 11101 0 100001 100001100 10110 111001

Color Harmonies of #9079AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9079AA

Black with #9079AA

Text Example


Text Example

White with #9079AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9079AA;
 }
 .AnyTagClassName
 {
   color: #9079AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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