#9786AB

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

Shades of Purple Mountain's Majesty #9786AB

Tints of Purple Mountain's Majesty #9786AB

Color information

#9786AB (or 0x9786AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 86 and AB. RGB value is (151,134,171). Sum of RGB (Red+Green+Blue) = 151+134+171=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 134 (52.73% from 255 or 29.39% 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 #9786AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9786AB is #687954. Grayscale: #8F8F8F. Windows color (decimal): -6846805 or 11241111. OLE color: 11241111.

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

Color convert

RGB151134171-
CMYK0.120.2200.33
HSL267.57º18.05%59.8%-
HSV(B)267.57º21.64%67.06%-
XYZ28.6426.5742.15-
YUV143.3143.63133.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=33.11%
G=29.39%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511341710.120.2200.33267.5718.0559.8
Hex9786ABC1602110c123c
Octal22720625314260414142274
Binary100101111000011010101011110010110010000110000110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9786AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,134,171); }

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

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

 a { background-color: rgb(151,134,171); }

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

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

 span { border-color: rgb(151,134,171); }

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