Html Css Color HEX #997DAD Purple Mountain's Majesty

📋 copy color: '#997DAD'

red 153 ◦ green 125 ◦ blue 173

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

Shades of Purple Mountain's Majesty #997DAD

Tints of Purple Mountain's Majesty #997DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.72%

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 33.92%
G = 27.72%
B = 38.36%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#997DAD (or 0x997DAD) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7D and AD. RGB value is (153,125,173). Sum of RGB (Red+Green+Blue) = 153+125+173=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #997DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997DAD is #668252. Grayscale: #8A8A8A. Windows color (decimal): -6718035 or 11369881. OLE color: 11369881.

HSL color Cylindrical-coordinate representation of color #997DAD: hue angle of 275º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #997DAD is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 125 173 -
CMYK 0.12 0.28 0 0.32
HSL 275º 0.23% 0.58% -
HSV(B) 275º 0.28% 0.68% -
XYZ 28.01 24.46 42.78 -
YUV 138.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 153 125 173 0.12 0.28 0 0.32 275 0.23 0.58
Hex 99 7D AD C 1C 0 20 113 17 3A
Octal 231 175 255 14 34 0 40 423 27 72
Binary 10011001 1111101 10101101 1100 11100 0 100000 100010011 10111 111010

Color Harmonies of #997DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DAD

Black with #997DAD

Text Example


Text Example

White with #997DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997DAD; }

 p { color: rgb(153,125,173); }

 H1.HeaderClassName
 {
   color: #997DAD;
 }
 .AnyTagClassName
 {
   color: #997DAD;
 }
</style>

background-color css

<style>
 a { background-color: #997DAD; }

 a { background-color: rgb(153,125,173); }

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

border-color css

<style>
 span { border-color: #997DAD; }

 span { border-color: rgb(153,125,173); }

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