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

📋 copy color: '#997BAE'

red 153 ◦ green 123 ◦ blue 174

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

Shades of Purple Mountain's Majesty #997BAE

Tints of Purple Mountain's Majesty #997BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.33%

 BLUE value IS 174 (68.36% from 255) = 38.67%

R = 34%
G = 27.33%
B = 38.67%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#997BAE (or 0x997BAE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7B and AE. RGB value is (153,123,174). Sum of RGB (Red+Green+Blue) = 153+123+174=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 174 - color contains mainly: blue. Hex color #997BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997BAE is #668451. Grayscale: #898989. Windows color (decimal): -6718546 or 11434905. OLE color: 11434905.

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

Color convert

RGB 153 123 174 -
CMYK 0.12 0.29 0 0.32
HSL 275.29º 0.24% 0.58% -
HSV(B) 275.29º 0.29% 0.68% -
XYZ 27.86 23.99 43.21 -
YUV 137.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 153 123 174 0.12 0.29 0 0.32 275.29 0.24 0.58
Hex 99 7B AE C 1D 0 20 113 18 3A
Octal 231 173 256 14 35 0 40 423 30 72
Binary 10011001 1111011 10101110 1100 11101 0 100000 100010011 11000 111010

Color Harmonies of #997BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BAE

Black with #997BAE

Text Example


Text Example

White with #997BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,123,174); }

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

background-color css

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

 a { background-color: rgb(153,123,174); }

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

border-color css

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

 span { border-color: rgb(153,123,174); }

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