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

📋 copy color: '#9980BC'

red 153 ◦ green 128 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9980BC

Tints of Purple Mountain's Majesty #9980BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 32.62%
G = 27.29%
B = 40.09%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9980BC (or 0x9980BC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 80 and BC. RGB value is (153,128,188). Sum of RGB (Red+Green+Blue) = 153+128+188=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9980BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9980BC is #667F43. Grayscale: #8E8E8E. Windows color (decimal): -6717252 or 12353689. OLE color: 12353689.

HSL color Cylindrical-coordinate representation of color #9980BC: hue angle of 265º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9980BC is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 128 188 -
CMYK 0.19 0.32 0 0.26
HSL 265º 0.31% 0.62% -
HSV(B) 265º 0.32% 0.74% -
XYZ 29.93 25.84 50.99 -
YUV 142.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 153 128 188 0.19 0.32 0 0.26 265 0.31 0.62
Hex 99 80 BC 13 20 0 1A 109 1F 3E
Octal 231 200 274 23 40 0 32 411 37 76
Binary 10011001 10000000 10111100 10011 100000 0 11010 100001001 11111 111110

Color Harmonies of #9980BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9980BC

Black with #9980BC

Text Example


Text Example

White with #9980BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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