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

📋 copy color: '#9780AA'

red 151 ◦ green 128 ◦ blue 170

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

Shades of Purple Mountain's Majesty #9780AA

Tints of Purple Mountain's Majesty #9780AA

RGB

 RED value IS 151 (59.38% from 255) = 33.63%

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

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

R = 33.63%
G = 28.51%
B = 37.86%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9780AA (or 0x9780AA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 80 and AA. RGB value is (151,128,170). Sum of RGB (Red+Green+Blue) = 151+128+170=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #9780AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9780AA is #687F55. Grayscale: #8B8B8B. Windows color (decimal): -6848342 or 11174039. OLE color: 11174039.

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

Color convert

RGB 151 128 170 -
CMYK 0.11 0.25 0 0.33
HSL 272.86º 0.2% 0.58% -
HSV(B) 272.86º 0.25% 0.67% -
XYZ 27.74 24.92 41.38 -
YUV 139.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 151 128 170 0.11 0.25 0 0.33 272.86 0.2 0.58
Hex 97 80 AA B 19 0 21 111 14 3A
Octal 227 200 252 13 31 0 41 421 24 72
Binary 10010111 10000000 10101010 1011 11001 0 100001 100010001 10100 111010

Color Harmonies of #9780AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9780AA

Black with #9780AA

Text Example


Text Example

White with #9780AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,128,170); }

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

background-color css

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

 a { background-color: rgb(151,128,170); }

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

border-color css

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

 span { border-color: rgb(151,128,170); }

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