#9787AB

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

Shades of Purple Mountain's Majesty #9787AB

Tints of Purple Mountain's Majesty #9787AB

Color information

#9787AB (or 0x9787AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 87 and AB. RGB value is (151,135,171). Sum of RGB (Red+Green+Blue) = 151+135+171=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #9787AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9787AB is #687854. Grayscale: #8F8F8F. Windows color (decimal): -6846549 or 11241367. OLE color: 11241367.

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

Color convert

RGB151135171-
CMYK0.120.2100.33
HSL266.67º17.65%60%-
HSV(B)266.67º21.05%67.06%-
XYZ28.7826.8542.19-
YUV143.89143.3133.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.04%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=33.04%
G=29.54%
B=37.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511351710.120.2100.33266.6717.6560
Hex9787ABC1502110b123c
Octal22720725314250414132274
Binary100101111000011110101011110010101010000110000101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9787AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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