Html Css Color HEX #9980AC Purple Mountain's Majesty

📋 copy color: '#9980AC'

red 153 ◦ green 128 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9980AC

Tints of Purple Mountain's Majesty #9980AC

RGB

 RED value IS 153 (60.16% from 255) = 33.77%

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

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 33.77%
G = 28.26%
B = 37.97%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9980AC (or 0x9980AC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 80 and AC. RGB value is (153,128,172). Sum of RGB (Red+Green+Blue) = 153+128+172=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #9980AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9980AC is #667F53. Grayscale: #8C8C8C. Windows color (decimal): -6717268 or 11305113. OLE color: 11305113.

HSL color Cylindrical-coordinate representation of color #9980AC: hue angle of 274.09º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9980AC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 128 172 -
CMYK 0.11 0.26 0 0.33
HSL 274.09º 0.21% 0.59% -
HSV(B) 274.09º 0.26% 0.67% -
XYZ 28.3 25.19 42.4 -
YUV 140.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 153 128 172 0.11 0.26 0 0.33 274.09 0.21 0.59
Hex 99 80 AC B 1A 0 21 112 15 3B
Octal 231 200 254 13 32 0 41 422 25 73
Binary 10011001 10000000 10101100 1011 11010 0 100001 100010010 10101 111011

Color Harmonies of #9980AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9980AC

Black with #9980AC

Text Example


Text Example

White with #9980AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9980AC; }

 p { color: rgb(153,128,172); }

 H1.HeaderClassName
 {
   color: #9980AC;
 }
 .AnyTagClassName
 {
   color: #9980AC;
 }
</style>

background-color css

<style>
 a { background-color: #9980AC; }

 a { background-color: rgb(153,128,172); }

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

border-color css

<style>
 span { border-color: #9980AC; }

 span { border-color: rgb(153,128,172); }

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