#9979AF

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

Shades of Purple Mountain's Majesty #9979AF

Tints of Purple Mountain's Majesty #9979AF

Color information

#9979AF (or 0x9979AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 79 and AF. RGB value is (153,121,175). Sum of RGB (Red+Green+Blue) = 153+121+175=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #9979AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9979AF is #668650. Grayscale: #888888. Windows color (decimal): -6719057 or 11499929. OLE color: 11499929.

HSL color Cylindrical-coordinate representation of color #9979AF: hue angle of 275.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9979AF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153121175-
CMYK0.130.3100.31
HSL275.56º25.23%58.04%-
HSV(B)275.56º30.86%68.63%-
XYZ27.7123.5443.64-
YUV136.72149.6139.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.08%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=34.08%
G=26.95%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531211750.130.3100.31275.5625.2358.04
Hex9979AFD1F01F114193a
Octal23117125715370374243172
Binary1001100111110011010111111011111101111110001010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9979AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9979AF; }

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

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

<style>
 a { background-color: #9979AF; }

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

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

<style>
 span { border-color: #9979AF; }

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

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