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

📋 copy color: '#9081AA'

red 144 ◦ green 129 ◦ blue 170

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

Shades of Purple Mountain's Majesty #9081AA

Tints of Purple Mountain's Majesty #9081AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.12%

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

R = 32.51%
G = 29.12%
B = 38.37%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9081AA (or 0x9081AA) is known color: Purple Mountain's Majesty. HEX triplet: 90, 81 and AA. RGB value is (144,129,170). Sum of RGB (Red+Green+Blue) = 144+129+170=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #9081AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9081AA is #6F7E55. Grayscale: #8A8A8A. Windows color (decimal): -7306838 or 11174288. OLE color: 11174288.

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

Color convert

RGB 144 129 170 -
CMYK 0.15 0.24 0 0.33
HSL 261.95º 0.19% 0.59% -
HSV(B) 261.95º 0.24% 0.67% -
XYZ 26.61 24.53 41.36 -
YUV 138.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 144 129 170 0.15 0.24 0 0.33 261.95 0.19 0.59
Hex 90 81 AA F 18 0 21 106 13 3B
Octal 220 201 252 17 30 0 41 406 23 73
Binary 10010000 10000001 10101010 1111 11000 0 100001 100000110 10011 111011

Color Harmonies of #9081AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9081AA

Black with #9081AA

Text Example


Text Example

White with #9081AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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