#9787AC

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

Shades of Purple Mountain's Majesty #9787AC

Tints of Purple Mountain's Majesty #9787AC

Color information

#9787AC (or 0x9787AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 87 and AC. RGB value is (151,135,172). Sum of RGB (Red+Green+Blue) = 151+135+172=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #9787AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9787AC is #687853. Grayscale: #8F8F8F. Windows color (decimal): -6846548 or 11306903. OLE color: 11306903.

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

Color convert

RGB151135172-
CMYK0.120.2200.33
HSL265.95º18.23%60.2%-
HSV(B)265.95º21.51%67.45%-
XYZ28.8726.8942.7-
YUV144143.8132.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.97%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=32.97%
G=29.48%
B=37.55%

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
Decimal1511351720.120.2200.33265.9518.2360.2
Hex9787ACC1602110a123c
Octal22720725414260414122274
Binary100101111000011110101100110010110010000110000101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9787AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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