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

📋 copy color: '#9080AB'

red 144 ◦ green 128 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9080AB

Tints of Purple Mountain's Majesty #9080AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

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

R = 32.51%
G = 28.89%
B = 38.6%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9080AB (or 0x9080AB) is known color: Purple Mountain's Majesty. HEX triplet: 90, 80 and AB. RGB value is (144,128,171). Sum of RGB (Red+Green+Blue) = 144+128+171=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #9080AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9080AB is #6F7F54. Grayscale: #898989. Windows color (decimal): -7307093 or 11239568. OLE color: 11239568.

HSL color Cylindrical-coordinate representation of color #9080AB: hue angle of 262.33º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9080AB is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 128 171 -
CMYK 0.16 0.25 0 0.33
HSL 262.33º 0.2% 0.59% -
HSV(B) 262.33º 0.25% 0.67% -
XYZ 26.57 24.31 41.82 -
YUV 137.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 144 128 171 0.16 0.25 0 0.33 262.33 0.2 0.59
Hex 90 80 AB 10 19 0 21 106 14 3B
Octal 220 200 253 20 31 0 41 406 24 73
Binary 10010000 10000000 10101011 10000 11001 0 100001 100000110 10100 111011

Color Harmonies of #9080AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080AB

Black with #9080AB

Text Example


Text Example

White with #9080AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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