#9885AC

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

Shades of Purple Mountain's Majesty #9885AC

Tints of Purple Mountain's Majesty #9885AC

Color information

#9885AC (or 0x9885AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 85 and AC. RGB value is (152,133,172). Sum of RGB (Red+Green+Blue) = 152+133+172=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #9885AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9885AC is #677A53. Grayscale: #8E8E8E. Windows color (decimal): -6781524 or 11306392. OLE color: 11306392.

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

Color convert

RGB152133172-
CMYK0.120.2300.33
HSL269.23º19.02%59.8%-
HSV(B)269.23º22.67%67.45%-
XYZ28.7826.4342.61-
YUV143.13144.29134.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=33.26%
G=29.10%
B=37.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521331720.120.2300.33269.2319.0259.8
Hex9885ACC1702110d133c
Octal23020525414270414152374
Binary100110001000010110101100110010111010000110000110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9885AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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