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

📋 copy color: '#9077AB'

red 144 ◦ green 119 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9077AB

Tints of Purple Mountain's Majesty #9077AB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.42%

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

R = 33.18%
G = 27.42%
B = 39.4%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9077AB (or 0x9077AB) is known color: Purple Mountain's Majesty. HEX triplet: 90, 77 and AB. RGB value is (144,119,171). Sum of RGB (Red+Green+Blue) = 144+119+171=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #9077AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9077AB is #6F8854. Grayscale: #848484. Windows color (decimal): -7309397 or 11237264. OLE color: 11237264.

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

Color convert

RGB 144 119 171 -
CMYK 0.16 0.30 0 0.33
HSL 268.85º 0.24% 0.57% -
HSV(B) 268.85º 0.3% 0.67% -
XYZ 25.45 22.06 41.45 -
YUV 132.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 144 119 171 0.16 0.30 0 0.33 268.85 0.24 0.57
Hex 90 77 AB 10 1E 0 21 10D 18 39
Octal 220 167 253 20 36 0 41 415 30 71
Binary 10010000 1110111 10101011 10000 11110 0 100001 100001101 11000 111001

Color Harmonies of #9077AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9077AB

Black with #9077AB

Text Example


Text Example

White with #9077AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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