#997FAF

Color #997FAF Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #997FAF

Tints of Purple Mountain's Majesty #997FAF

Color information

#997FAF (or 0x997FAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7F and AF. RGB value is (153,127,175). Sum of RGB (Red+Green+Blue) = 153+127+175=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #997FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997FAF is #668050. Grayscale: #8C8C8C. Windows color (decimal): -6717521 or 11501465. OLE color: 11501465.

HSL color Cylindrical-coordinate representation of color #997FAF: hue angle of 272.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #997FAF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153127175-
CMYK0.130.2700.31
HSL272.5º23.08%59.22%-
HSV(B)272.5º27.43%68.63%-
XYZ28.4625.0543.89-
YUV140.25147.61137.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=33.63%
G=27.91%
B=38.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531271750.130.2700.31272.523.0859.22
Hex997FAFD1B01F110173b
Octal23117725715330374202773
Binary1001100111111111010111111011101101111110001000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #997FAF;
 }
 .AnyTagClassName
 {
   color: #997FAF;
 }
</style>
background-color css

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

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

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

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

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

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