#9886AC

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

Shades of Purple Mountain's Majesty #9886AC

Tints of Purple Mountain's Majesty #9886AC

Color information

#9886AC (or 0x9886AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 86 and AC. RGB value is (152,134,172). Sum of RGB (Red+Green+Blue) = 152+134+172=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #9886AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9886AC is #677953. Grayscale: #8F8F8F. Windows color (decimal): -6781268 or 11306648. OLE color: 11306648.

HSL color Cylindrical-coordinate representation of color #9886AC: hue angle of 268.42º 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 #9886AC is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152134172-
CMYK0.120.2200.33
HSL268.42º18.63%60%-
HSV(B)268.42º22.09%67.45%-
XYZ28.9226.742.66-
YUV143.71143.96133.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=33.19%
G=29.26%
B=37.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521341720.120.2200.33268.4218.6360
Hex9886ACC1602110c133c
Octal23020625414260414142374
Binary100110001000011010101100110010110010000110000110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9886AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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