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

📋 copy color: '#997FAB'

red 153 ◦ green 127 ◦ blue 171

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

Shades of Purple Mountain's Majesty #997FAB

Tints of Purple Mountain's Majesty #997FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.92%

R = 33.92%
G = 28.16%
B = 37.92%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#997FAB (or 0x997FAB) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7F and AB. RGB value is (153,127,171). Sum of RGB (Red+Green+Blue) = 153+127+171=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #997FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997FAB is #668054. Grayscale: #8B8B8B. Windows color (decimal): -6717525 or 11239321. OLE color: 11239321.

HSL color Cylindrical-coordinate representation of color #997FAB: hue angle of 275.45º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997FAB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 127 171 -
CMYK 0.11 0.26 0 0.33
HSL 275.45º 0.21% 0.58% -
HSV(B) 275.45º 0.26% 0.67% -
XYZ 28.08 24.89 41.85 -
YUV 139.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 153 127 171 0.11 0.26 0 0.33 275.45 0.21 0.58
Hex 99 7F AB B 1A 0 21 113 15 3A
Octal 231 177 253 13 32 0 41 423 25 72
Binary 10011001 1111111 10101011 1011 11010 0 100001 100010011 10101 111010

Color Harmonies of #997FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997FAB

Black with #997FAB

Text Example


Text Example

White with #997FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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