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

📋 copy color: '#9980BA'

red 153 ◦ green 128 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9980BA

Tints of Purple Mountain's Majesty #9980BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 32.76%
G = 27.41%
B = 39.83%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9980BA (or 0x9980BA) is known color: Purple Mountain's Majesty. HEX triplet: 99, 80 and BA. RGB value is (153,128,186). Sum of RGB (Red+Green+Blue) = 153+128+186=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9980BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980BA is #667F45. Grayscale: #8D8D8D. Windows color (decimal): -6717254 or 12222617. OLE color: 12222617.

HSL color Cylindrical-coordinate representation of color #9980BA: hue angle of 265.86º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9980BA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 128 186 -
CMYK 0.18 0.31 0 0.27
HSL 265.86º 0.3% 0.62% -
HSV(B) 265.86º 0.31% 0.73% -
XYZ 29.72 25.76 49.86 -
YUV 142.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 153 128 186 0.18 0.31 0 0.27 265.86 0.3 0.62
Hex 99 80 BA 12 1F 0 1B 10A 1E 3E
Octal 231 200 272 22 37 0 33 412 36 76
Binary 10011001 10000000 10111010 10010 11111 0 11011 100001010 11110 111110

Color Harmonies of #9980BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9980BA

Black with #9980BA

Text Example


Text Example

White with #9980BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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