#9986AC

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

Shades of Purple Mountain's Majesty #9986AC

Tints of Purple Mountain's Majesty #9986AC

Color information

#9986AC (or 0x9986AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 86 and AC. RGB value is (153,134,172). Sum of RGB (Red+Green+Blue) = 153+134+172=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #9986AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9986AC is #667953. Grayscale: #8F8F8F. Windows color (decimal): -6715732 or 11306649. OLE color: 11306649.

HSL color Cylindrical-coordinate representation of color #9986AC: hue angle of 270º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9986AC is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153134172-
CMYK0.110.2200.33
HSL270º18.63%60%-
HSV(B)270º22.09%67.45%-
XYZ29.1126.842.67-
YUV144.01143.79134.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=33.33%
G=29.19%
B=37.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531341720.110.2200.3327018.6360
Hex9986ACB1602110e133c
Octal23120625413260414162374
Binary100110011000011010101100101110110010000110000111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9986AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9986AC; }

 p { color: rgb(153,134,172); }

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

<style>
 a { background-color: #9986AC; }

 a { background-color: rgb(153,134,172); }

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

<style>
 span { border-color: #9986AC; }

 span { border-color: rgb(153,134,172); }

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