#9987AB

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

Shades of Purple Mountain's Majesty #9987AB

Tints of Purple Mountain's Majesty #9987AB

Color information

#9987AB (or 0x9987AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 87 and AB. RGB value is (153,135,171). Sum of RGB (Red+Green+Blue) = 153+135+171=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #9987AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9987AB is #667854. Grayscale: #909090. Windows color (decimal): -6715477 or 11241369. OLE color: 11241369.

HSL color Cylindrical-coordinate representation of color #9987AB: 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.21%. Process color model (Four color, CMYK) of #9987AB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153135171-
CMYK0.110.2100.33
HSL270º17.65%60%-
HSV(B)270º21.05%67.06%-
XYZ29.1527.0442.21-
YUV144.49142.96134.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=33.33%
G=29.41%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531351710.110.2100.3327017.6560
Hex9987ABB1502110e123c
Octal23120725313250414162274
Binary100110011000011110101011101110101010000110000111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9987AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,135,171); }

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

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

 a { background-color: rgb(153,135,171); }

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

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

 span { border-color: rgb(153,135,171); }

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