#9A87AB

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

Shades of Purple Mountain's Majesty #9A87AB

Tints of Purple Mountain's Majesty #9A87AB

Color information

#9A87AB (or 0x9A87AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 87 and AB. RGB value is (154,135,171). Sum of RGB (Red+Green+Blue) = 154+135+171=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A87AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A87AB is #657854. Grayscale: #909090. Windows color (decimal): -6649941 or 11241370. OLE color: 11241370.

HSL color Cylindrical-coordinate representation of color #9A87AB: hue angle of 271.67º 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 #9A87AB is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154135171-
CMYK0.100.2100.33
HSL271.67º17.65%60%-
HSV(B)271.67º21.05%67.06%-
XYZ29.3427.1442.22-
YUV144.78142.79134.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.48%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=33.48%
G=29.35%
B=37.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541351710.100.2100.33271.6717.6560
Hex9A87ABA15021110123c
Octal23220725312250414202274
Binary100110101000011110101011101010101010000110001000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A87AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A87AB; }

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

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

<style>
 a { background-color: #9A87AB; }

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

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

<style>
 span { border-color: #9A87AB; }

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

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