#9984AF

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

Shades of Purple Mountain's Majesty #9984AF

Tints of Purple Mountain's Majesty #9984AF

Color information

#9984AF (or 0x9984AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 84 and AF. RGB value is (153,132,175). Sum of RGB (Red+Green+Blue) = 153+132+175=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #9984AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9984AF is #667B50. Grayscale: #8F8F8F. Windows color (decimal): -6716241 or 11502745. OLE color: 11502745.

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

Color convert

RGB153132175-
CMYK0.130.2500.31
HSL269.3º21.18%60.2%-
HSV(B)269.3º24.57%68.63%-
XYZ29.1326.3744.11-
YUV143.18145.96135-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=33.26%
G=28.70%
B=38.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531321750.130.2500.31269.321.1860.2
Hex9984AFD1901F10d153c
Octal23120425715310374152574
Binary10011001100001001010111111011100101111110000110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9984AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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