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

📋 copy color: '#997FAD'

red 153 ◦ green 127 ◦ blue 173

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

Shades of Purple Mountain's Majesty #997FAD

Tints of Purple Mountain's Majesty #997FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 28.04%

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

R = 33.77%
G = 28.04%
B = 38.19%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#997FAD (or 0x997FAD) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7F and AD. RGB value is (153,127,173). Sum of RGB (Red+Green+Blue) = 153+127+173=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #997FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997FAD is #668052. Grayscale: #8B8B8B. Windows color (decimal): -6717523 or 11370393. OLE color: 11370393.

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

Color convert

RGB 153 127 173 -
CMYK 0.12 0.27 0 0.32
HSL 273.91º 0.22% 0.59% -
HSV(B) 273.91º 0.27% 0.68% -
XYZ 28.27 24.97 42.86 -
YUV 140.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 153 127 173 0.12 0.27 0 0.32 273.91 0.22 0.59
Hex 99 7F AD C 1B 0 20 112 16 3B
Octal 231 177 255 14 33 0 40 422 26 73
Binary 10011001 1111111 10101101 1100 11011 0 100000 100010010 10110 111011

Color Harmonies of #997FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FAD

Black with #997FAD

Text Example


Text Example

White with #997FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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