#9879AF

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

Shades of Purple Mountain's Majesty #9879AF

Tints of Purple Mountain's Majesty #9879AF

Color information

#9879AF (or 0x9879AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 79 and AF. RGB value is (152,121,175). Sum of RGB (Red+Green+Blue) = 152+121+175=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #9879AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9879AF is #678650. Grayscale: #888888. Windows color (decimal): -6784593 or 11499928. OLE color: 11499928.

HSL color Cylindrical-coordinate representation of color #9879AF: hue angle of 274.44º 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 #9879AF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152121175-
CMYK0.130.3100.31
HSL274.44º25.23%58.04%-
HSV(B)274.44º30.86%68.63%-
XYZ27.5223.4543.63-
YUV136.42149.77139.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=33.93%
G=27.01%
B=39.06%

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
Decimal1521211750.130.3100.31274.4425.2358.04
Hex9879AFD1F01F112193a
Octal23017125715370374223172
Binary1001100011110011010111111011111101111110001001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9879AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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