#9687AD

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

Shades of Purple Mountain's Majesty #9687AD

Tints of Purple Mountain's Majesty #9687AD

Color information

#9687AD (or 0x9687AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 87 and AD. RGB value is (150,135,173). Sum of RGB (Red+Green+Blue) = 150+135+173=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #9687AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9687AD is #697852. Grayscale: #8F8F8F. Windows color (decimal): -6912083 or 11372438. OLE color: 11372438.

HSL color Cylindrical-coordinate representation of color #9687AD: hue angle of 263.68º 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 #9687AD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150135173-
CMYK0.130.2200.32
HSL263.68º18.81%60.39%-
HSV(B)263.68º21.97%67.84%-
XYZ28.7826.8343.2-
YUV143.82144.47132.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.75%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=32.75%
G=29.48%
B=37.77%

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
Decimal1501351730.130.2200.32263.6818.8160.39
Hex9687ADD16020108133c
Octal22620725515260404102374
Binary100101101000011110101101110110110010000010000100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9687AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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