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

📋 copy color: '#9079AB'

red 144 ◦ green 121 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9079AB

Tints of Purple Mountain's Majesty #9079AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 33.03%
G = 27.75%
B = 39.22%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9079AB (or 0x9079AB) is known color: Purple Mountain's Majesty. HEX triplet: 90, 79 and AB. RGB value is (144,121,171). Sum of RGB (Red+Green+Blue) = 144+121+171=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #9079AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9079AB is #6F8654. Grayscale: #858585. Windows color (decimal): -7308885 or 11237776. OLE color: 11237776.

HSL color Cylindrical-coordinate representation of color #9079AB: hue angle of 267.6º degrees, saturation: 0.23, 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 #9079AB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 121 171 -
CMYK 0.16 0.29 0 0.33
HSL 267.6º 0.23% 0.57% -
HSV(B) 267.6º 0.29% 0.67% -
XYZ 25.69 22.54 41.53 -
YUV 133.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 144 121 171 0.16 0.29 0 0.33 267.6 0.23 0.57
Hex 90 79 AB 10 1D 0 21 10C 17 39
Octal 220 171 253 20 35 0 41 414 27 71
Binary 10010000 1111001 10101011 10000 11101 0 100001 100001100 10111 111001

Color Harmonies of #9079AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9079AB

Black with #9079AB

Text Example


Text Example

White with #9079AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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