#9684AB

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

Shades of Purple Mountain's Majesty #9684AB

Tints of Purple Mountain's Majesty #9684AB

Color information

#9684AB (or 0x9684AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 84 and AB. RGB value is (150,132,171). Sum of RGB (Red+Green+Blue) = 150+132+171=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #9684AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9684AB is #697B54. Grayscale: #8D8D8D. Windows color (decimal): -6912853 or 11240598. OLE color: 11240598.

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

Color convert

RGB150132171-
CMYK0.120.2300.33
HSL267.69º18.84%59.41%-
HSV(B)267.69º22.81%67.06%-
XYZ28.1825.9342.05-
YUV141.83144.46133.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 132 (51.95% from 255) = 29.14%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=33.11%
G=29.14%
B=37.75%

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
Decimal1501321710.120.2300.33267.6918.8459.41
Hex9684ABC1702110c133b
Octal22620425314270414142373
Binary100101101000010010101011110010111010000110000110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9684AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,132,171); }

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

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

 a { background-color: rgb(150,132,171); }

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

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

 span { border-color: rgb(150,132,171); }

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