#9885AB

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

Shades of Purple Mountain's Majesty #9885AB

Tints of Purple Mountain's Majesty #9885AB

Color information

#9885AB (or 0x9885AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 85 and AB. RGB value is (152,133,171). Sum of RGB (Red+Green+Blue) = 152+133+171=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #9885AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9885AB is #677A54. Grayscale: #8E8E8E. Windows color (decimal): -6781525 or 11240856. OLE color: 11240856.

HSL color Cylindrical-coordinate representation of color #9885AB: hue angle of 270º degrees, saturation: 0.18, 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 #9885AB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152133171-
CMYK0.110.2200.33
HSL270º18.45%59.61%-
HSV(B)270º22.22%67.06%-
XYZ28.6926.3942.11-
YUV143.01143.79134.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=33.33%
G=29.17%
B=37.5%

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
Decimal1521331710.110.2200.3327018.4559.61
Hex9885ABB1602110e123c
Octal23020525313260414162274
Binary100110001000010110101011101110110010000110000111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9885AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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