#9A87AC

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

Shades of Purple Mountain's Majesty #9A87AC

Tints of Purple Mountain's Majesty #9A87AC

Color information

#9A87AC (or 0x9A87AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 87 and AC. RGB value is (154,135,172). Sum of RGB (Red+Green+Blue) = 154+135+172=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A87AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A87AC is #657853. Grayscale: #909090. Windows color (decimal): -6649940 or 11306906. OLE color: 11306906.

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

Color convert

RGB154135172-
CMYK0.100.2200.33
HSL270.81º18.23%60.2%-
HSV(B)270.81º21.51%67.45%-
XYZ29.4427.1842.72-
YUV144.9143.29134.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=33.41%
G=29.28%
B=37.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541351720.100.2200.33270.8118.2360.2
Hex9A87ACA1602110f123c
Octal23220725412260414172274
Binary100110101000011110101100101010110010000110000111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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