#9787AD

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

Shades of Purple Mountain's Majesty #9787AD

Tints of Purple Mountain's Majesty #9787AD

Color information

#9787AD (or 0x9787AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 87 and AD. RGB value is (151,135,173). Sum of RGB (Red+Green+Blue) = 151+135+173=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #9787AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9787AD is #687852. Grayscale: #8F8F8F. Windows color (decimal): -6846547 or 11372439. OLE color: 11372439.

HSL color Cylindrical-coordinate representation of color #9787AD: hue angle of 265.26º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9787AD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151135173-
CMYK0.130.2200.32
HSL265.26º18.81%60.39%-
HSV(B)265.26º21.97%67.84%-
XYZ28.9726.9243.21-
YUV144.12144.3132.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.90%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=32.90%
G=29.41%
B=37.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511351730.130.2200.32265.2618.8160.39
Hex9787ADD16020109133c
Octal22720725515260404112374
Binary100101111000011110101101110110110010000010000100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9787AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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